- Jan 25, 2005
- Jan 24, 2005
-
-
deuce authored
-
deuce authored
-
deuce authored
(Needed for static linking)
-
deuce authored
from console.h rather then explicitly including it.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
port 23 is telnet and anything else is raw.
-
deuce authored
-
deuce authored
X server.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
- Jan 23, 2005
-
-
deuce authored
-
deuce authored
-
deuce authored
Using ciolibs copytext()/getcliptext()
-
deuce authored
void copytext(const char *text, size_t buflen) which places the buffer in the clipboard and char *x_getcliptext(void) which returns a malloc()ed copy of the current clipboard buffer. Currently, only implemented in Win32.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
Start-up mode, 80x25, 80x28, 80x43, 80x50, or 80x60. Terminal is now screen size -1 except when the screen size is currently 24 rows, in which case it's 24.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
IN THE CIRRENT WINDOW! (fixed)
-
rswindell authored
-
- Jan 22, 2005
-
-
deuce authored
(Two new macros CONSOLE_MAX_COLS and CONSOLE_MAX_ROWS) Don't change mode or beep if events are pending.
-
rswindell authored
-
deuce authored
-
deuce authored
exec/html_inc -> web/lib text/html_templates -> web/templates html -> web/html You'll need to update your .ini file to reflect the new web root (Now ../web/html) UPDATING TO THIS VERSION *WILL* BREAK YOUR EXISTING SITE UNTIL THESE DIRECTORIES ARE MOVED!
-