* 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
This commit is contained in:
parent
66b31c94b9
commit
aa5e852056
3 changed files with 105 additions and 38 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue