mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
Another minor fix - do not draw positions that are under the popup with
spaces, from Anindya Mukherjee. Also a typo fix from Linus Arver.
This commit is contained in:
@ -596,7 +596,7 @@ screen_write_hline(struct screen_write_ctx *ctx, u_int nx, int left, int right)
|
||||
screen_write_set_cursor(ctx, cx, cy);
|
||||
}
|
||||
|
||||
/* Draw a horizontal line on screen. */
|
||||
/* Draw a vertical line on screen. */
|
||||
void
|
||||
screen_write_vline(struct screen_write_ctx *ctx, u_int ny, int top, int bottom)
|
||||
{
|
||||
|
Reference in New Issue
Block a user