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

corinna@sourceware.cygnus.com corinna@sourceware.cygnus.com
Fri Mar 30 03:10:00 GMT 2001


CVSROOT:	/cvs/src
Module name:	src
Changes by:	corinna@sources.redhat.com	2001-03-30 03:10:14

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

Log message:
	* fhandler.h (class fhandler_console): Add members `savebufsiz' and
	`savebuf' to allow save/restore of screen.
	* fhandler_console.cc (fhandler_console::dup): Duplicate savebuf.
	(fhandler_console::fhandler_console): Initialize `savebufsiz' and
	`savebuf'.
	(fhandler_console::char_command): Add terminal capabilities
	"save screen content" = \E[?47h and "restore screen content" = \E[?47l.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.597&r2=1.598
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.h.diff?cvsroot=src&r1=1.50&r2=1.51
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_console.cc.diff?cvsroot=src&r1=1.43&r2=1.44



More information about the Cygwin-cvs mailing list