mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 01:11:45 +00:00
o never use stdscr: curses does not support overlapping windows. though stdscr was used only for getting the screen size, this is not necessary as the TIOCGWINSZ can be used instead. o batch the prints generated by tab comletion to avoid frequent updates of the screen. this seems to have fixed the corrupted output of the inputline |
||
---|---|---|
.. | ||
audio | ||
console | ||
gamecode | ||
gib | ||
image | ||
models | ||
net | ||
object | ||
qw | ||
ruamoko | ||
util | ||
video | ||
.gitignore | ||
Makefile.am |