Skip to content

Commit 35699f1

Browse files
royrofl0r
authored andcommitted
Note an issue with our cursor movement in 1 line size window.
1 parent 4abc57d commit 35699f1

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

libcurses/curses_screen.3

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.\" $NetBSD: curses_screen.3,v 1.22 2017/01/10 10:13:24 roy Exp $
1+
.\" $NetBSD: curses_screen.3,v 1.23 2017/01/24 16:45:41 roy Exp $
22
.\"
33
.\" Copyright (c) 2002
44
.\" Brett Lymn (blymn@NetBSD.org, brett_lymn@yahoo.com.au)
@@ -30,7 +30,7 @@
3030
.\" SUCH DAMAGE.
3131
.\"
3232
.\"
33-
.Dd January 9, 2017
33+
.Dd January 24, 2017
3434
.Dt CURSES_SCREEN 3
3535
.Os
3636
.Sh NAME
@@ -307,3 +307,8 @@ functions are
307307
.Em ncurses
308308
extension to the Curses library and was added in
309309
.Nx 8.0 .
310+
.Sh BUGS
311+
There is currently an issue with cursor movement in a 1 line sized window
312+
which causes the screen to scroll up.
313+
This can obviously be seen when using
314+
.Fn ripoffline .

0 commit comments

Comments
 (0)