From 49100cc40622bc3133450ab5579df57d0cf5adfa Mon Sep 17 00:00:00 2001 From: tma Date: Fri, 12 Oct 2007 22:34:45 +0000 Subject: * 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 --- code/qcommon/qcommon.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'code/qcommon/qcommon.h') 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 -- cgit v1.2.3