Cleanup CLI history
Add all the spaces :)
This commit is contained in:
parent
ad9a081e8b
commit
add8b3e90c
2 changed files with 35 additions and 32 deletions
|
@ -111,11 +111,11 @@ void CLI_process();
|
|||
void CLI_registerDictionary( const CLIDictItem *cmdDict, const char* dictName );
|
||||
void CLI_argumentIsolation( char* string, char** first, char** second );
|
||||
|
||||
int wrap( int x, int low, int high );
|
||||
int CLI_wrap( int x, int low, int high );
|
||||
void CLI_commandLookup();
|
||||
void CLI_tabCompletion();
|
||||
void cli_saveHistory( char *buff );
|
||||
void cli_retreiveHistory( int index );
|
||||
void CLI_saveHistory( char *buff );
|
||||
void CLI_retreiveHistory( int index );
|
||||
|
||||
// CLI Command Functions
|
||||
void cliFunc_arch ( char* args );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue