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:   kamil
Date:           Wed Sep 26 18:51:45 UTC 2018

Modified Files:
        src/lib/libcurses: move.c

Log Message:
According to POSIX moving the cursor in curses(3) touches the window

Mark the old and new lines as dirty, so they will be refreshed upon next
call to getch(3)-like routine.

This also matches the ncurses behavior.

Reviewed by <roy>


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/lib/libcurses/move.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