Module Name: src Committed By: uwe Date: Mon Jul 6 23:33:38 UTC 2020
Modified Files: src/lib/libcurses: get_wch.c getch.c Log Message: Pads are not to be automatically refreshed on input. X/Open Curses says in the documentation for newpad(): Automatic refreshes of pads (e.g., from scrolling or echoing of input) do not occur. And in the documentation for get*(): If the current or specified window is not a pad, and it has been moved or modified since the last refresh operation, then it will be refreshed before another character is read. >From Michael Forney in PR lib/55457 To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/lib/libcurses/get_wch.c cvs rdiff -u -r1.74 -r1.75 src/lib/libcurses/getch.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.