Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libcurses Note an issue with our cursor movement in 1 li...



details:   https://anonhg.NetBSD.org/src/rev/fca113ba6ebc
branches:  trunk
changeset: 821093:fca113ba6ebc
user:      roy <roy%NetBSD.org@localhost>
date:      Tue Jan 24 16:45:41 2017 +0000

description:
Note an issue with our cursor movement in 1 line size window.

diffstat:

 lib/libcurses/curses_screen.3 |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 41e12d234203 -r fca113ba6ebc lib/libcurses/curses_screen.3
--- a/lib/libcurses/curses_screen.3     Tue Jan 24 11:27:55 2017 +0000
+++ b/lib/libcurses/curses_screen.3     Tue Jan 24 16:45:41 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: curses_screen.3,v 1.22 2017/01/10 10:13:24 roy Exp $
+.\"    $NetBSD: curses_screen.3,v 1.23 2017/01/24 16:45:41 roy Exp $
 .\"
 .\" Copyright (c) 2002
 .\"    Brett Lymn (blymn%NetBSD.org@localhost, brett_lymn%yahoo.com.au@localhost)
@@ -30,7 +30,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\"
-.Dd January 9, 2017
+.Dd January 24, 2017
 .Dt CURSES_SCREEN 3
 .Os
 .Sh NAME
@@ -307,3 +307,8 @@
 .Em ncurses
 extension to the Curses library and was added in
 .Nx 8.0 .
+.Sh BUGS
+There is currently an issue with cursor movement in a 1 line sized window
+which causes the screen to scroll up.
+This can obviously be seen when using
+.Fn ripoffline .



Home | Main Index | Thread Index | Old Index