We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4abc57d commit 35699f1Copy full SHA for 35699f1
libcurses/curses_screen.3
@@ -1,4 +1,4 @@
1
-.\" $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 $
2
.\"
3
.\" Copyright (c) 2002
4
.\" Brett Lymn (blymn@NetBSD.org, brett_lymn@yahoo.com.au)
@@ -30,7 +30,7 @@
30
.\" SUCH DAMAGE.
31
32
33
-.Dd January 9, 2017
+.Dd January 24, 2017
34
.Dt CURSES_SCREEN 3
35
.Os
36
.Sh NAME
@@ -307,3 +307,8 @@ functions are
307
.Em ncurses
308
extension to the Curses library and was added in
309
.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