summaryrefslogtreecommitdiff
path: root/textscreen/txt_main.c
AgeCommit message (Collapse)Author
2006-05-23Make TXT_GetChar return the unicode value of the key pressed. For textSimon Howard
boxes. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 519
2006-05-23Add TXT_GetKeyDescription() to provide descriptions of key codes.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 513
2006-05-20Add main loop function and forward key presses to widgets.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 490
2006-01-13Add text-mode I/O functions.Simon Howard
Use text-mode screen for the waiting screen. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 291
2006-01-13Textscreen getchar() function; remove SDL code from I_Endoom.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 289
2005-10-09Handle blinking text in ENDOOM lumps properly.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 183
2005-10-09Cannot do arithmetic on void pointers in standard CSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 181
2005-10-02Text mode emulation codeSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 146