- Feb 03, 2005
- Feb 02, 2005
- Feb 01, 2005
- Jan 31, 2005
-
-
deuce authored
with large buffers. Fix post_offset calculationduring CGI execution. Handle CGI exit better.
-
deuce authored
respectively in non curses/ANSI modes. This allows broken programs which use CTRL-Q (Xon) and CTRL-S (Xoff) to "work" as well as they do for other broken terminals in those broken programs. NOTE: By passing these through regardless of binary mode, I'm currently breaking the RLogin spec... TODO!
-
- Jan 30, 2005
- Jan 29, 2005
- Jan 28, 2005
-
-
deuce authored
*always* free the log entry... regardless of the file being open (Memory leak)
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
Use -f (file) test instead of -e (exists) to locate soundcard.h since Solaris' sh internal test apparently doesn't support -e.
-
deuce authored
internal *_gettextinfo() implementation should not concern itself with the current window size (That's ciolib.cs issue) Redo curs_putch() to be the same way as everyone else. Surround more ncurses-specific stuff with #ifdef NCURSES_VERSION_MAJOR
-
deuce authored
-
deuce authored
-
- Jan 27, 2005
-
-
rswindell authored
-
deuce authored
use the phone book entry.
-
deuce authored
-
deuce authored
the command-line.
-
deuce authored
a different thread, so the lines[] copy of what was last drawn could be after an update, so never get shown) Ditto for CursRow and CursCol.
-
deuce authored
-
rswindell authored
-
deuce authored
handlers in Win32. (Source: http://kb.indiana.edu/data/afqh.html?cust=11764)
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
screen on mode change and window re-size.
-
deuce authored
1) Only redraw the individual chars that changed, not any line with a char that changed 2) When and Expose event or GraphicsExpose event happens, only redraw the affected rectangle (Previously, it redrew the entire screen for every exposure) Make the window slightly resizable... integer scaling only (ie: 1x or 2x) Currently, will only go up to 2x... if anyone can dig up an open-source function to do integer-only scaleing of XBitMap (XBM) files or images, I'll be able to increase this easily enough... but 1280x800 should be enough for anyone... *snicker*
-