Commit graph

7 commits

Author SHA1 Message Date
tehpola@yahoo.com
de6ece9073 Fixed the text from the next line showing up on the current line when it overflows one line in TEXT 2007-10-25 01:47:53 +00:00
tehpola
e10cddbba7 Forgot to add NULL bytes at the end of each split string. Haven't tested 2007-10-18 17:27:18 +00:00
sepp256
b053ef8a68 Redesigned GUI so that it is now threaded.
There are bugs remaining in GUI_print:
1 - a string is not printed if ends in '\n' (I changed TEXT.c to add 1 to num_lines as a temporary fix
2 - the NULL char is not written at the end of a string, so that garbage text is shown from previous GUI_print calls
3 - the textptrs is also not sorted properly
2007-10-18 08:07:12 +00:00
tehpola@yahoo.com
db4a8a0c39 Fixed wrong return value for TEXT_split 2007-10-17 17:46:05 +00:00
tehpola@yahoo.com
e8a0f62251 Bug fixes for TEXT.c and TLB-Cache-hash.c 2007-10-17 15:26:44 +00:00
sepp256
df7c0596ce This update includes the GX part of the GUI. I also changed some parameters in GUI and DEBUG functions. In order to display GUI for testing, uncomment the last 2 lines in main_gc.c. Also, be sure to check out the new Makefile if things don't compile. font.o is now a part of the main module. 2007-10-17 14:55:40 +00:00
tehpola@yahoo.com
b0f4236b9d DEBUG and GUI systems (may not be working properly) 2007-10-14 04:11:29 +00:00