Work on new history implementation

This commit is contained in:
ridiculousfish
2012-02-05 16:42:24 -08:00
parent 7fcf25a78f
commit 5ad6849d4e
16 changed files with 789 additions and 194 deletions

View File

@@ -17,6 +17,7 @@
class parser_t;
class completion_t;
class history_t;
/**
Read commands from \c fd until encountering EOF
@@ -84,6 +85,9 @@ void reader_run_command( const wchar_t *buff );
*/
wchar_t *reader_get_buffer();
/** Returns the current reader's history */
history_t *reader_get_history(void);
/**
Set the string of characters in the command buffer, as well as the cursor position.