mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Extend the menu drawing function to support custom characters and
styles, from Alexis Hildebrandt.
This commit is contained in:
@ -242,7 +242,7 @@ window_client_draw(__unused void *modedata, void *itemdata,
|
||||
screen_write_cursormove(ctx, cx, cy + 2, 0);
|
||||
else
|
||||
screen_write_cursormove(ctx, cx, cy + sy - 1 - lines, 0);
|
||||
screen_write_hline(ctx, sx, 0, 0);
|
||||
screen_write_hline(ctx, sx, 0, 0, BOX_LINES_DEFAULT, NULL);
|
||||
|
||||
if (at != 0)
|
||||
screen_write_cursormove(ctx, cx, cy, 0);
|
||||
|
Reference in New Issue
Block a user