Module Name: src
Committed By: martin
Date: Thu Oct 4 10:21:11 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.1
Log Message:
Ticket #1047
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.28 -r1.1.2.29 src/doc/CHANGES-8.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-8.1
diff -u src/doc/CHANGES-8.1:1.1.2.28 src/doc/CHANGES-8.1:1.1.2.29
--- src/doc/CHANGES-8.1:1.1.2.28 Wed Oct 3 18:08:28 2018
+++ src/doc/CHANGES-8.1 Thu Oct 4 10:21:11 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.1,v 1.1.2.28 2018/10/03 18:08:28 martin Exp $
+# $NetBSD: CHANGES-8.1,v 1.1.2.29 2018/10/04 10:21:11 martin Exp $
A complete list of changes from the NetBSD 8.0 release to the NetBSD 8.1
release:
@@ -1208,3 +1208,20 @@ sys/net/if_bridge.c 1.157-1.159
Micro optimization. m_copym(m, 0, M_COPYALL) -> m_copypacket(m).
[msaitoh, ticket #1046]
+lib/libcurses/curses_private.h 1.64,1.65
+lib/libcurses/curses_screen.3 1.24,1.25
+lib/libcurses/fileio.c 1.6
+lib/libcurses/initscr.c 1.33
+lib/libcurses/newwin.c 1.52
+lib/libcurses/resize.c 1.28,1.29
+lib/libcurses/ripoffline.c 1.4,1.5
+lib/libcurses/screen.c 1.34
+lib/libcurses/setterm.c 1.67
+
+ curses: fix ripoffline.
+ When creating stdscr, ensure it's placed and sized in accordance with
+ lines ripped off.
+ curses: resize ripped off windows.
+ Fix typos in curses_screen.3
+ [roy, ticket #1047]
+