Source-Changes archive

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

CVS commit: src/lib/libcurses



Module Name:    src
Committed By:   roy
Date:           Wed Oct 10 09:40:11 UTC 2018

Modified Files:
        src/lib/libcurses: newwin.c refresh.c

Log Message:
curses: test terminal capabilities for drawing in the bottom right corner

If auto margins are present, we need to turn them off or enter
an insert mode to "push" the character we want into the corner.
If pushing a wide character of greater than one cell, we need something
more than ich1, othewise the bottom right corner will remain blank.

Follow on fix for PR# 30978.

OK jdc@


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/lib/libcurses/newwin.c
cvs rdiff -u -r1.89 -r1.90 src/lib/libcurses/refresh.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