mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 06:17:04 +00:00
Merge branch 'obsd-master'
This commit is contained in:
@ -225,7 +225,7 @@ window_buffer_draw(__unused void *modedata, void *itemdata,
|
||||
line[at] = '\0';
|
||||
|
||||
if (*line != '\0') {
|
||||
screen_write_cursormove(ctx, cx, cy + i);
|
||||
screen_write_cursormove(ctx, cx, cy + i, 0);
|
||||
screen_write_puts(ctx, &grid_default_cell, "%s", line);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user