quakeforge/libs/console
Bill Currie 246ab0009c Change Con_ClearTyping to take a save flag that will cause the current line
(if not empty) to be saved in the inputline history.

Clear the input (but put in history) of say or say team when pressing escape.

Don't say or say_team if the text is empty.
2002-08-28 16:02:43 +00:00
..
.gitignore the beginnings of the console lib (using plugins for the client/server type 2001-07-16 20:41:10 +00:00
Makefile.am we now require modern autoconf (2.52+), automake (1.6+) and libtool (1.4+). 2002-08-01 19:49:10 +00:00
buffer.c fix a seg when the buffer wraps 2001-10-03 21:24:52 +00:00
client.c Change Con_ClearTyping to take a save flag that will cause the current line 2002-08-28 16:02:43 +00:00
complete.c Changed aliases to be handled by the command registering system in 2002-06-01 22:13:14 +00:00
console.c redo Sys_Error so it's more usable throughout quake 2002-02-20 19:22:52 +00:00
filelist.c go back to using QFile, quakeio.h and quakefs.h 2002-08-27 07:16:28 +00:00
inputline.c Change Con_ClearTyping to take a save flag that will cause the current line 2002-08-28 16:02:43 +00:00
list.c the rcsid commit from hell }:> 2001-09-28 06:26:31 +00:00
menu.c fix some segfaults caused by my menu_item->text changes 2002-08-27 08:11:10 +00:00
server.c go back to using QFile, quakeio.h and quakefs.h 2002-08-27 07:16:28 +00:00