mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-10 04:41:15 -03:00
Work on new history implementation
This commit is contained in:
4
reader.h
4
reader.h
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user