Module Name: src Committed By: roy Date: Thu Oct 18 07:53:13 UTC 2018
Modified Files: src/lib/libcurses: tstp.c tty.c Log Message: curses: don't optimize stdout buffer for non BSD platforms The way BSD setvbuf works is not portable and should not be relied on. This is only important if curses is started, stopped and started in the same session which is how portable applications handle terminal resizing. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/lib/libcurses/tstp.c cvs rdiff -u -r1.46 -r1.47 src/lib/libcurses/tty.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.