1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 23:21:08 +03:00
wezterm/mux
Wez Furlong 5509c0af69 fix Pane::get_lines_with_hyperlinks_applied
This function could return 1 more line than was requested in the case
where resizing had caused long lines to rewrap.

That extra line would cause the partial bottom row of the quads to
populated with bogus data and rendered over the top of the background
fill.

The resolution is to stop populating lines once we've reached the
upper bound based on the input range.

refs: https://github.com/wez/wezterm/issues/605
2021-04-02 19:56:11 -07:00
..
src fix Pane::get_lines_with_hyperlinks_applied 2021-04-02 19:56:11 -07:00
Cargo.toml wezterm-client: cut over to new wezterm-ssh bits 2021-03-28 07:18:38 -07:00