diff options
author | pommicket <pommicket@gmail.com> | 2022-07-29 16:05:56 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-07-29 16:05:56 -0400 |
commit | 12cc45bfcaa4c866f4509b6324a424048f3ddd29 (patch) | |
tree | 0df68f4d3d51f5468b3b1681b803e3a0c7f7d95d /ted.h | |
parent | d9edd1f62fa620d3a8a42c80aec330065b794e14 (diff) |
fix reloading with text-size
Diffstat (limited to 'ted.h')
-rw-r--r-- | ted.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -404,7 +404,7 @@ void command_execute(Ted *ted, Command c, i64 argument); void ted_switch_to_buffer(Ted *ted, TextBuffer *buffer); // the settings of the active buffer, or the default settings if there is no active buffer Settings *ted_active_settings(Ted *ted); -void ted_load_configs(Ted *ted); +void ted_load_configs(Ted *ted, bool reloading); static TextBuffer *find_search_buffer(Ted *ted); void config_read(Ted *ted, const char *filename, int pass); void config_free(Ted *ted); |