mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-05 15:48:05 +02:00
terminal: Scroll selection with terminal contents
This commit is contained in:
parent
38912df847
commit
18e928dfb8
1 changed files with 3 additions and 0 deletions
|
|
@ -588,6 +588,9 @@ terminal_scroll_buffer(struct terminal *terminal, int d)
|
|||
terminal->curr_attr, terminal->width);
|
||||
}
|
||||
}
|
||||
|
||||
terminal->selection_start_row -= d;
|
||||
terminal->selection_end_row -= d;
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue