mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
edabbd5abe
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 |
||
---|---|---|
.. | ||
.gitignore | ||
bi_inputline.c | ||
buffer.c | ||
client.c | ||
complete.c | ||
console.c | ||
filelist.c | ||
inputline.c | ||
list.c | ||
Makefile.am | ||
menu.c | ||
pr_keys.c | ||
server.c | ||
view.c |