diff options
author | pommicket <pommicket@gmail.com> | 2023-08-05 10:33:26 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-08-05 10:33:26 -0400 |
commit | 2cd73992ef519eb1aaf6c83abe87a34dadf7ac31 (patch) | |
tree | 89aa98c9641dd8de2975df6a78a819de1ff38935 /main.c | |
parent | b3244ce71e137b4a259d78b7dc043beb2a5c2aa9 (diff) |
add some functions for plug-ins
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -957,7 +957,7 @@ int main(int argc, char **argv) { Font *font = ted->font; // default window title - strcpy(ted->window_title, "ted"); + ted_set_window_title(ted, "ted"); { const float padding = ted_active_settings(ted)->padding; |