Source-Changes archive

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

CVS commit: [netbsd-8] src/lib/libcurses



Module Name:    src
Committed By:   martin
Date:           Tue Jul  7 12:48:42 UTC 2020

Modified Files:
        src/lib/libcurses [netbsd-8]: ins_wch.c ins_wstr.c insch.c insstr.c

Log Message:
Pull up following revision(s) (requested by uwe in ticket #1567):

        lib/libcurses/insch.c: revision 1.26
        lib/libcurses/ins_wch.c: revision 1.15
        lib/libcurses/ins_wstr.c: revision 1.15
        lib/libcurses/insstr.c: revision 1.8

mvwins*(WINDOW *win, ...) functions - call wins* on win, not stdscr.
>From Naman Jain in PR lib/55460.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.11.4.1 src/lib/libcurses/ins_wch.c \
    src/lib/libcurses/ins_wstr.c
cvs rdiff -u -r1.23 -r1.23.6.1 src/lib/libcurses/insch.c
cvs rdiff -u -r1.5 -r1.5.6.1 src/lib/libcurses/insstr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index