diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2018-09-26 18:41:18 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2018-09-26 18:41:18 +0100 |
commit | ebaf54251a6e3a1b366531155ab59dbd286a4a3a (patch) | |
tree | 596067245f03b7a10bf4500cc10adc7863f46894 /tty.c | |
parent | b74b047730226a64a64b1e1dd1cc1d7f3305ea53 (diff) | |
download | rtmux-ebaf54251a6e3a1b366531155ab59dbd286a4a3a.tar.gz rtmux-ebaf54251a6e3a1b366531155ab59dbd286a4a3a.tar.bz2 rtmux-ebaf54251a6e3a1b366531155ab59dbd286a4a3a.zip |
Add formats for when window is larger than client, and show offset in
status-right by default when larger.
Diffstat (limited to 'tty.c')
-rw-r--r-- | tty.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -815,7 +815,7 @@ tty_update_client_offset(struct client *c) c->tty.osx = sx; c->tty.osy = sy; - c->flags |= CLIENT_REDRAWWINDOW; + c->flags |= (CLIENT_REDRAWWINDOW|CLIENT_REDRAWSTATUS); } /* |