diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2016-02-10 23:02:33 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2016-02-10 23:02:33 +0100 |
commit | 11519ee86087619b13d1686bcc4a456b085c4da4 (patch) | |
tree | f01000d825645da01cd1fd5d7e391cfe1d935d2f /degesch.c | |
parent | 03d5b273982406593b976c1487e81f6401acba26 (diff) | |
download | xK-11519ee86087619b13d1686bcc4a456b085c4da4.tar.gz xK-11519ee86087619b13d1686bcc4a456b085c4da4.tar.xz xK-11519ee86087619b13d1686bcc4a456b085c4da4.zip |
degesch: update screen size when terminal resumed
Apparently we don't receive the events when we give up the terminal.
Diffstat (limited to 'degesch.c')
-rw-r--r-- | degesch.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11109,6 +11109,7 @@ resume_terminal (struct app_context *ctx) if (--ctx->terminal_suspended > 0) return; + update_screen_size (); #ifdef HAVE_READLINE rl_prep_terminal (true); #elif defined (HAVE_EDITLINE) |