And some other indentation.

This commit is contained in:
nicm
2026-06-30 22:48:12 +00:00
parent 74a5069c0a
commit 1e9a16a748

View File

@@ -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 &&