aboutsummaryrefslogtreecommitdiffstats
path: root/code/qcommon/qcommon.h
diff options
context:
space:
mode:
authortma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2007-10-12 22:34:45 +0000
committertma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2007-10-12 22:34:45 +0000
commit49100cc40622bc3133450ab5579df57d0cf5adfa (patch)
tree6e5b8f727ef53ce8bd650e2d995f4cab3666e0f0 /code/qcommon/qcommon.h
parent2d93e7198e1a3d503fc9bc931df3e63771574584 (diff)
downloadioquake3-aero-49100cc40622bc3133450ab5579df57d0cf5adfa.tar.gz
ioquake3-aero-49100cc40622bc3133450ab5579df57d0cf5adfa.zip
* Unconditionally place a '\' at the start of the command buffer when
autocompleting -- you're still all WRONG :p * Fix bugette where the completee didn't get its case copied from the completed token * Add functionality to autocomplete key names * Don't build client command completion on the dedicated server git-svn-id: svn://svn.icculus.org/quake3/trunk@1195 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/qcommon/qcommon.h')
-rw-r--r--code/qcommon/qcommon.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/code/qcommon/qcommon.h b/code/qcommon/qcommon.h
index 7d977ac..916e6e5 100644
--- a/code/qcommon/qcommon.h
+++ b/code/qcommon/qcommon.h
@@ -926,6 +926,9 @@ void CL_FlushMemory( void );
void CL_StartHunkUsers( qboolean rendererOnly );
// start all the client stuff using the hunk
+void Key_KeynameCompletion( void(*callback)(const char *s) );
+// for keyname autocompletion
+
void Key_WriteBindings( fileHandle_t f );
// for writing the config files