diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-03-14 17:17:25 -0400 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-03-14 17:17:25 -0400 |
commit | 7391d9be671cd303fdebbf12bb9bc26958d13bf4 (patch) | |
tree | 706322b25ee785c6af9ab0c85cf025362f88f40d /ted.h | |
parent | 624399da9992b92f59daef4a79575c338e989e3e (diff) |
fix bug where modifications weren't detected
also fix find scroll bug REALLY for real this time!
Diffstat (limited to 'ted.h')
-rw-r--r-- | ted.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -342,3 +342,4 @@ typedef struct Ted { void command_execute(Ted *ted, Command c, i64 argument); void ted_switch_to_buffer(Ted *ted, TextBuffer *buffer); +static TextBuffer *find_search_buffer(Ted *ted); |