Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libcurses
Module Name: src
Committed By: roy
Date: Mon Jan 30 14:55:58 UTC 2017
Modified Files:
src/lib/libcurses: curses.c curses_private.h get_wch.c getch.c
ins_wch.c ins_wstr.c setterm.c
Log Message:
If either set_escdelay(3) or set_tabsize(3) are called, set _reentrant
to ensure we use the saved value for the sceen.
This effectively makes ESCDELAY and TABSIZE read-only when either
of these functions are called.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/lib/libcurses/curses.c
cvs rdiff -u -r1.60 -r1.61 src/lib/libcurses/curses_private.h
cvs rdiff -u -r1.12 -r1.13 src/lib/libcurses/get_wch.c
cvs rdiff -u -r1.62 -r1.63 src/lib/libcurses/getch.c
cvs rdiff -u -r1.9 -r1.10 src/lib/libcurses/ins_wch.c \
src/lib/libcurses/ins_wstr.c
cvs rdiff -u -r1.61 -r1.62 src/lib/libcurses/setterm.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index