Source-Changes-HG archive

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

[src/netbsd-8]: src/doc Ticket #1047



details:   https://anonhg.NetBSD.org/src/rev/503ab98497c9
branches:  netbsd-8
changeset: 435292:503ab98497c9
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Oct 04 10:21:11 2018 +0000

description:
Ticket #1047

diffstat:

 doc/CHANGES-8.1 |  19 ++++++++++++++++++-
 1 files changed, 18 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r e295414c9dbf -r 503ab98497c9 doc/CHANGES-8.1
--- a/doc/CHANGES-8.1   Thu Oct 04 10:20:12 2018 +0000
+++ b/doc/CHANGES-8.1   Thu Oct 04 10:21:11 2018 +0000
@@ -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 @@
        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]
+



Home | Main Index | Thread Index | Old Index