Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Sep 2009 15:07:11 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/teken teken_subr.h
Message-ID:  <200909261507.n8QF7Kmr021308@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ed          2009-09-26 15:07:11 UTC

  FreeBSD src repository

  Modified files:
    sys/teken            teken_subr.h 
  Log:
  SVN rev 197521 on 2009-09-26 15:07:11Z by ed
  
  Properly get out of origin mode if the cursor has to move outside of it.
  
  In some cases events may occur that move the cursor outside the
  scrolling region while in origin mode, which is normally not possible.
  Events like these include:
  
  - Alignment test.
  - Restore cursor.
  
  Properly switch off origin mode in these cases.
  
  MFC after:      1 month
  
  Revision  Changes    Path
  1.8       +12 -3     src/sys/teken/teken_subr.h



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