Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jun 1996 00:20:14 -0700 (PDT)
From:      Soren Schmidt <sos>
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
Message-ID:  <199606210720.AAA28660@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199606210720.AAA28660>