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]
Other format: [Raw text]

src/winsup/cygwin ChangeLog fhandler_console.c ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	cgf@sourceware.org	2003-09-27 02:36:50

Modified files:
	winsup/cygwin  : ChangeLog fhandler_console.cc fhandler_tty.cc 
	winsup/cygwin/include/sys: termios.h 

Log message:
	* fhandler_console.c (fhandler_console::read): Record the state of the SHIFT,
	CTRL and ALT keys at the time of the last keyboard input event.
	(fhandler_console::ioctl): Handle requests to retrieve the keyboard modifiers
	via the TIOCLINUX command.
	* fhandler_tty.c (fhandler_tty_slave::read): Ditto.
	* include/sys/termios.h (TIOCLINUX): New macro definition.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.2102&r2=1.2103
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_console.cc.diff?cvsroot=src&r1=1.114&r2=1.115
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_tty.cc.diff?cvsroot=src&r1=1.108&r2=1.109
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/sys/termios.h.diff?cvsroot=src&r1=1.7&r2=1.8


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