summaryrefslogtreecommitdiffstats
path: root/source/view.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/view.c')
-rw-r--r--source/view.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/view.c b/source/view.c
index e685f101..143b5af9 100644
--- a/source/view.c
+++ b/source/view.c
@@ -155,8 +155,11 @@ struct {
X11CursorType cursor_type;
/** Entry box */
gboolean entry_history_enable;
+ /** Array with history entriy input. */
EntryHistoryIndex *entry_history;
+ /** Length of the array */
gssize entry_history_length;
+ /** The current index being viewed. */
gssize entry_history_index;
} CacheState = {.main_window = XCB_WINDOW_NONE,
.fake_bg = NULL,