Module Name: src Committed By: blymn Date: Fri Dec 6 11:23:47 UTC 2013
Modified Files: src/lib/libcurses: refresh.c touchwin.c Log Message: Make the touch family of calls actually force an update of the terminal bypassing optimisations. Previously if curses thought curscr was in sync with virtscr (curses concept of what is on the screen) then nothing would be output. This change forces an update out to the terminal regardless. To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78 src/lib/libcurses/refresh.c cvs rdiff -u -r1.26 -r1.27 src/lib/libcurses/touchwin.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.