Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jun 1996 01:55:00 -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/sys/i386/include console.h src/usr.sbin/moused moused.c
Message-ID:  <199606250855.BAA04090@freefall.freebsd.org>

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

sos         96/06/25 01:54:58

  Modified:    sys/i386/include  console.h
               sys/i386/isa  syscons.c syscons.h
               usr.sbin/moused  moused.c
  Log:
  Change the way moused talk to syscons, now its only delivering mouseevents
  via an ioctl (MOUSE_ACTION).
  Fixed a couple of bugs (destructive cursor, uncut, jitter).
  Now applications can use the mouse via the MOUSE_MODE ioctl, its
  possible to have a signal sent on mouseevents, makeing an event loop
  in the application take over mouseevents.
  
  Revision  Changes    Path
  1.23      +22 -7     src/sys/i386/include/console.h
  1.155     +209 -113  src/sys/i386/isa/syscons.c
  1.18      +7 -3      src/sys/i386/isa/syscons.h
  1.2       +5 -19     src/usr.sbin/moused/moused.c



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