mirror of
https://github.com/tmux/tmux.git
synced 2026-07-03 11:12:33 +08:00
And some other indentation.
This commit is contained in:
@@ -2057,8 +2057,7 @@ server_client_reset_state(struct client *c)
|
||||
if (sb_w > wp->sx)
|
||||
sb_w = wp->sx;
|
||||
if (sb_w != 0 &&
|
||||
w->sb_pos ==
|
||||
PANE_SCROLLBARS_LEFT) {
|
||||
w->sb_pos == PANE_SCROLLBARS_LEFT) {
|
||||
if (s->cx < sb_w)
|
||||
cursor = 0;
|
||||
} else if (sb_w != 0 &&
|
||||
|
||||
Reference in New Issue
Block a user