From owner-cvs-usrsbin Fri Jun 21 00:20:25 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA28675 for cvs-usrsbin-outgoing; Fri, 21 Jun 1996 00:20:25 -0700 (PDT) Received: (from sos@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA28660; Fri, 21 Jun 1996 00:20:14 -0700 (PDT) Date: Fri, 21 Jun 1996 00:20:14 -0700 (PDT) From: Soren Schmidt Message-Id: <199606210720.AAA28660@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys, cvs-usrsbin Subject: cvs commit: src/sys/i386/isa syscons.c syscons.h src/usr.sbin/vidcontrol vidcontrol.1 vidcontrol.c src/sys/i386/include console.h Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk sos 96/06/21 00:20:14 Modified: sys/i386/include console.h sys/i386/isa syscons.c syscons.h Log: Some news for syscons (long overdue): Real support for a Textmode mousecursor, works by reprogramming the charset. Together with this support for cut&paste in text mode. To use it a userland daemon is needed (moused), which provides the interface to the various mice protokols. Bug fixes here and there, all known PR's closed by this update. Revision Changes Path 1.22 +11 -7 src/sys/i386/include/console.h 1.152 +176 -98 src/sys/i386/isa/syscons.c 1.16 +7 -4 src/sys/i386/isa/syscons.h Modified: usr.sbin/vidcontrol vidcontrol.1 vidcontrol.c Log: Added new -m option, that enable / disables the mousepointer on a textmode screen. Revision Changes Path 1.8 +5 -1 src/usr.sbin/vidcontrol/vidcontrol.1 1.12 +27 -6 src/usr.sbin/vidcontrol/vidcontrol.c