zellij/zellij-server/src/panes
Autumn a316577d1e
fix(compatibility): improve vttest (#1671)
* Improve 'vttest' scenarios:

1. Report terminal as VT220 with sixel rather than VT400 family with
   sixel. This fixes a hang when launching vttest as it is waiting for
   a response to DECRQSS.

2. Test 6.2: Support NewLine mode (CR --> CRLF).

3. Test 6.3: Fix DSR cursor position report to honor scrolling region.

4. Test 6.7: Parse and respond to DECREQTPARM (Request Terminal
   Parameters - CSI x).  This is a VT100 sequence that xterm used to
   respond to always, but more recently only responds to when
   explicitly set to VT100 level.

* cargo fmt

* Fix failing unit test snapshot

* fix clippy error

* VT100 UK character set
2022-08-19 14:00:26 +02:00
..
floating_panes refactor(crates): move shared contents from zellij tile to zellij utils (#1541) 2022-07-06 16:06:56 +02:00
tiled_panes refactor(crates): move shared contents from zellij tile to zellij utils (#1541) 2022-07-06 16:06:56 +02:00
unit fix(compatibility): improve vttest (#1671) 2022-08-19 14:00:26 +02:00
alacritty_functions.rs eliminate unused imports warnings during compile (#654) 2021-08-23 15:41:26 +02:00
grid.rs fix(compatibility): improve vttest (#1671) 2022-08-19 14:00:26 +02:00
link_handler.rs fix(clippy): clippy fixes (#1508) 2022-06-15 14:03:11 +02:00
mod.rs A little refactoring (#1663) 2022-08-17 01:29:45 +09:00
plugin_pane.rs fix(terminal): SGR/UTF8 mouse reporting in terminal panes (#1664) 2022-08-17 09:28:51 +02:00
search.rs feat(terminal): search panes (#1521) 2022-07-18 10:54:23 +02:00
selection.rs feat(terminal): search panes (#1521) 2022-07-18 10:54:23 +02:00
sixel.rs feat(terminal): sixel support (#1557) 2022-07-08 17:19:42 +02:00
terminal_character.rs fix(compatibility): improve vttest (#1671) 2022-08-19 14:00:26 +02:00
terminal_pane.rs fix(compatibility): improve vttest (#1671) 2022-08-19 14:00:26 +02:00