1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-01 00:35:46 +03:00
wezterm/term/src
Wez Furlong 9ad9360075 Update tab stops when resizing
The issue here was that we were not updating the tab stops when making
the window larger.  This had the side effect of causing the cursor to
move in unexpected ways when tabbing to the right.

Fixes: https://github.com/wez/wezterm/issues/13
2018-02-28 00:15:54 -08:00
..
test Update tab stops when resizing 2018-02-28 00:15:54 -08:00
cell.rs Do a better job at BCE when erasing lines 2018-02-26 08:08:05 -08:00
color.rs Fix 256 color palette 2018-02-27 07:26:49 -08:00
csi.rs figure out what a couple of sequences used by mc are 2018-02-27 21:33:02 -08:00
debug.rs fix an issue with CR processing 2018-01-31 19:00:15 -08:00
hyperlink.rs add support for implicit hyperlinks 2018-02-24 15:43:02 -08:00
input.rs Add support for F-keys 2018-02-27 08:01:41 -08:00
lib.rs add support for implicit hyperlinks 2018-02-24 15:43:02 -08:00
line.rs remove another debug line 2018-02-26 07:15:16 -08:00
screen.rs Do a better job at BCE when erasing lines 2018-02-26 08:08:05 -08:00
selection.rs fix a selection range issue 2018-02-11 18:35:58 -08:00
terminal.rs remove the clunky answerback thing 2018-02-26 08:43:14 -08:00
terminalstate.rs Update tab stops when resizing 2018-02-28 00:15:54 -08:00