zellij/zellij-server/src
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
..
output feat(terminal): search panes (#1521) 2022-07-18 10:54:23 +02:00
panes fix(compatibility): improve vttest (#1671) 2022-08-19 14:00:26 +02:00
tab fix(terminal): SGR/UTF8 mouse reporting in terminal panes (#1664) 2022-08-17 09:28:51 +02:00
ui A little refactoring (#1663) 2022-08-17 01:29:45 +09:00
unit fix (screen): don't crash when first tab doesn't exist (#1648) 2022-08-11 11:10:12 +02:00
lib.rs fix(status-bar): reflect actual current keybindings (#1242) 2022-07-27 16:48:35 +02:00
logging_pipe.rs docs: fix typos (#1481) 2022-06-10 23:37:55 +09:00
os_input_output.rs fix(editor): handle editor/visual/configured editor with arguments (#1587) 2022-07-14 15:14:25 +02:00
pty.rs perf(terminal): better responsiveness (#1585) 2022-07-13 17:04:15 +02:00
pty_writer.rs fix(terminal): SGR/UTF8 mouse reporting in terminal panes (#1664) 2022-08-17 09:28:51 +02:00
route.rs fix(terminal): SGR/UTF8 mouse reporting in terminal panes (#1664) 2022-08-17 09:28:51 +02:00
screen.rs fix(terminal): SGR/UTF8 mouse reporting in terminal panes (#1664) 2022-08-17 09:28:51 +02:00
terminal_bytes.rs performance(pty): update last render time on non-backed-up render (#1610) 2022-07-28 12:09:38 +02:00
thread_bus.rs fix(terminal): SGR/UTF8 mouse reporting in terminal panes (#1664) 2022-08-17 09:28:51 +02:00
wasm_vm.rs refactor(crates): move shared contents from zellij tile to zellij utils (#1541) 2022-07-06 16:06:56 +02:00