mirror of
https://github.com/tmux/tmux.git
synced 2026-05-30 14:16:18 +00:00
Merge branch 'master' into floating_panes
This commit is contained in:
@@ -1280,7 +1280,9 @@ screen_redraw_draw_pane(struct screen_redraw_ctx *ctx, struct window_pane *wp)
|
||||
struct visible_ranges *r;
|
||||
struct visible_range *ri;
|
||||
|
||||
/* There are 3 coordinate spaces:
|
||||
/*
|
||||
* There are 3 coordinate spaces:
|
||||
*
|
||||
* window: (0 to w->sx-1, 0 to w->sy-1)
|
||||
* tty: (0 to tty->sx-1, 0 to tty->sy-1)
|
||||
* pane: (0 to wp->sx-1, 0 to wp->sy-1)
|
||||
|
||||
Reference in New Issue
Block a user