summaryrefslogtreecommitdiff
path: root/ted.h
diff options
context:
space:
mode:
Diffstat (limited to 'ted.h')
-rw-r--r--ted.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ted.h b/ted.h
index d0632cc..5410398 100644
--- a/ted.h
+++ b/ted.h
@@ -308,6 +308,8 @@ typedef struct Ted {
Node *resizing_split;
char **tag_selector_entries; // an array of all tags (see tag_selector_open)
+ char **shell_history; // dynamic array of history of commands run with :shell (UTF-8)
+ u32 shell_history_pos; // for keeping track of where we are in the shell history.
// points to a selector if any is open, otherwise NULL.
Selector *selector_open;