summaryrefslogtreecommitdiff
path: root/ted.h
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-02-07 19:49:53 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-02-07 19:49:53 -0500
commitb0506f2a667d0c1f4bddf7429068a4ee2042c039 (patch)
treed3d77d0b281f49e1707c722f092ff87ab96f9ec8 /ted.h
parente802f33329f5c9c2a0630693d42c737d4b75b409 (diff)
simple find menu
Diffstat (limited to 'ted.h')
-rw-r--r--ted.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ted.h b/ted.h
index f1570e5..9b2c18b 100644
--- a/ted.h
+++ b/ted.h
@@ -212,6 +212,7 @@ typedef struct Ted {
FileSelector file_selector;
TextBuffer line_buffer; // general-purpose line buffer for inputs -- used for menus
TextBuffer find_buffer; // use for "find" term in find/find+replace
+ TextBuffer replace_buffer; // "replace" for find+replace
double error_time; // time error box was opened (in seconds -- see time_get_seconds)
KeyAction key_actions[KEY_COMBO_COUNT];
bool search_cwd; // should the working directory be searched for files? set to true if the executable isn't "installed"