mirror of
https://github.com/tmux/tmux.git
synced 2025-09-07 01:56:58 +00:00
Do not redraw at all if nothing has changed.
This commit is contained in:
@ -328,7 +328,7 @@ tty_default_features(int *feat, const char *name, u_int version)
|
||||
.features = TTY_FEATURES_BASE_MODERN_XTERM ",ccolour,cstyle,focus,overline,usstyle"
|
||||
},
|
||||
{ .name = "rxvt-unicode",
|
||||
.features = "256,title"
|
||||
.features = "256,ccolour,cstyle,title"
|
||||
},
|
||||
{ .name = "iTerm2",
|
||||
.features = TTY_FEATURES_BASE_MODERN_XTERM ",cstyle,margins,sync"
|
||||
|
Reference in New Issue
Block a user