Date: Wed, 7 Nov 2001 11:15:20 -0800 (PST) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/watch watch.8 watch.c Message-ID: <200111071915.fA7JFKF66990@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2001/11/07 11:15:20 PST Modified files: usr.sbin/watch watch.8 watch.c Log: o When "-n" is used with watch, it disables the use of <control-X> to change terminals being watched. This change makes watch pass the <control-X> through to the terminal if it's not being intercepted-- previously, the keypress would simply be dropped. Revision Changes Path 1.21 +4 -2 src/usr.sbin/watch/watch.8 1.22 +6 -6 src/usr.sbin/watch/watch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111071915.fA7JFKF66990>