Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jan 2001 01:05:35 -0800 (PST)
From:      Maxim Sobolev <sobomax@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libvgl keyboard.c
Message-ID:  <200101240905.f0O95Zq96711@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
sobomax     2001/01/24 01:05:35 PST

  Modified files:
    lib/libvgl           keyboard.c 
  Log:
  Minor fixes:
  - Use "OPOST | ONLCR" as a c_oflag in the raw mode instead of 0, which should
    make debug output mode readable;
  - flush input buffer when switching to/from raw mode. This should prevent
    leaking raw scancodes into your shell prompt when program called
    VGLKeyboardEnd() w/o processing all scancodes in the buffer.
  
  Revision  Changes    Path
  1.5       +4 -4      src/lib/libvgl/keyboard.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?200101240905.f0O95Zq96711>