mirror of
https://github.com/tmux/tmux.git
synced 2025-12-18 00:02:54 -05:00
Bugfix status line at top.
This commit is contained in:
parent
47de44001e
commit
2ac78bccb5
@ -1313,10 +1313,8 @@ screen_redraw_draw_scrollbar(struct screen_redraw_ctx *ctx,
|
|||||||
int yoff = wp->yoff;
|
int yoff = wp->yoff;
|
||||||
struct visible_ranges *vr;
|
struct visible_ranges *vr;
|
||||||
|
|
||||||
if (ctx->statustop) {
|
if (ctx->statustop)
|
||||||
sb_y += ctx->statuslines;
|
|
||||||
sy += ctx->statuslines;
|
sy += ctx->statuslines;
|
||||||
}
|
|
||||||
|
|
||||||
/* Set up style for slider. */
|
/* Set up style for slider. */
|
||||||
gc = sb_style->gc;
|
gc = sb_style->gc;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user