mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-08 02:31:18 -03:00
Minor comment and documentation edits
darcs-hash:20061001155918-ac50b-8b5b4f5dbd8334bac1c0dc77fa18c8f3cfb4a878.gz
This commit is contained in:
3
reader.c
3
reader.c
@@ -135,7 +135,7 @@ commence.
|
||||
typedef struct reader_data
|
||||
{
|
||||
/**
|
||||
Buffer containing the current commandline
|
||||
Buffer containing the whole current commandline
|
||||
*/
|
||||
wchar_t *buff;
|
||||
|
||||
@@ -153,6 +153,7 @@ typedef struct reader_data
|
||||
Buffer containing the current search item
|
||||
*/
|
||||
wchar_t *search_buff;
|
||||
|
||||
/**
|
||||
Saved position used by token history search
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user