This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

src/winsup/cygwin ChangeLog fhandler.h fhandle ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	corinna@sources.redhat.com	2001-03-31 01:19:33

Modified files:
	winsup/cygwin  : ChangeLog fhandler.h fhandler_console.cc 

Log message:
	* fhandler.h (class fhandler_console): Add members `insert_mode'.
	* fhandler_console.cc (fhandler_console::dup): Duplicate `insert_mode'.
	(fhandler_console::fhandler_console): Initialize `insert_mode'.
	fhandler_console::char_command): Add terminal capabilities
	"enter insert mode" = \E[4h and "exit insert mode" = \E[4l.
	Care for insert mode on terminal capability "repeat char" = \E[x;yb.
	(fhandler_console::write_normal): Care for insert mode before writing
	to the console.
	(array keytable): Add keymapping for modified cursor and control
	block keys (xterm like).

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.600&r2=1.601
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.h.diff?cvsroot=src&r1=1.51&r2=1.52
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_console.cc.diff?cvsroot=src&r1=1.44&r2=1.45


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]