mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-29 15:41:59 +00:00
72900fd16b
As it is now a completely separate sub-system, there is a bit of trouble with mouse handling in that curses must be initialized before input for the mouse to work properly, but the basic scheme seems to be working nicely. I suspect the solution to the init order issue is to make have the curses sub-system initialize the terminal input driver, at least for mouse input (ie, maybe just enable/disable mouse handing). |
||
---|---|---|
.. | ||
builtins.c | ||
curses.c | ||
debug.c | ||
editbuffer.c | ||
input.c | ||
main.c | ||
qwaq-bi.c | ||
qwaq-cmd.c | ||
qwaq-curses.c | ||
qwaq.c | ||
threading.c |