aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/textadept.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/textadept.c b/src/textadept.c
index 3061b256..1b1dad0e 100644
--- a/src/textadept.c
+++ b/src/textadept.c
@@ -2387,6 +2387,7 @@ static void t_signal(int signal) {
resizeterm(w.ws_row, w.ws_col), pane_resize(pane, LINES - 2, COLS, 1, 0);
WINDOW *ce_win = scintilla_get_window(command_entry);
wresize(ce_win, 1, COLS), mvwin(ce_win, LINES - 1 - getmaxy(ce_win), 0);
+ if (signal == SIGCONT) lL_event(lua, "focus", -1);
lL_event(lua, "update_ui", -1);
refresh_all();
} else endwin(), termkey_stop(ta_tk), kill(0, SIGSTOP);