Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   roy
Date:           Mon Mar 23 13:37:37 UTC 2020

Modified Files:
        src/distrib/sets/lists/comp: mi
        src/lib/libcurses: Makefile curses.h
Added Files:
        src/lib/libcurses: mouse.c

Log Message:
curses: Add stubs for mouse functions

No mouse support actually included.
But that doesn't matter because most terms don't actually support a mouse.

We should look into hooking these into wsmouse(4) and xterm mouse
in the future.

Compatable with nCurses mouse API version 2.


To generate a diff of this commit:
cvs rdiff -u -r1.2313 -r1.2314 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.93 -r1.94 src/lib/libcurses/Makefile
cvs rdiff -u -r1.128 -r1.129 src/lib/libcurses/curses.h
cvs rdiff -u -r0 -r1.1 src/lib/libcurses/mouse.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