Michael Grant
bbbac41c70
Fix underlay bookkeeping bug.
2026-08-07 11:37:49 +01:00
Michael Grant
9cc09b2a9f
Improve image fallback rendering
2026-08-06 10:21:16 +01:00
Michael Grant
49be26557d
Fix kitty image resize issue when the kitty image resized smaller than the image, the image was overflowing lines and banding.
2026-08-05 13:57:26 +01:00
Michael Grant
832d2beb2d
Preserve SIXEL pixel dimensions
...
Retain the padded canonical pixel canvas separately from the image content. Scale only the populated portion of partial edge cells so an image keeps its exact raster size on the originating terminal while retaining its cell footprint.
2026-08-03 12:14:49 +01:00
Michael Grant
c4bdd8eca1
Make sixel images grid resident
...
Replace screen-coordinate image placements with immutable pixel images referenced by ordinary grid cells. Draw visible marker runs through the redraw scene using per-client sixel or text backends so images follow history, copy mode, clipping and overwrites.
2026-08-03 11:56:25 +01:00
Nicholas Marriott
265fb7b4ea
Test for vi keys and padding.
2026-07-29 21:18:38 +01:00
Nicholas Marriott
7cc0c11cde
Add test for mouse menu position.
2026-07-28 14:18:18 +01:00
Nicholas Marriott
9c402fa7b7
Test hook time in customize mode.
2026-07-28 11:36:03 +01:00
Nicholas Marriott
3c1b2969a8
Tests for hooks time and count.
2026-07-28 08:08:26 +01:00
Nicholas Marriott
9b97dadc01
Test for pipe-pane.
2026-07-27 15:26:43 +01:00
Nicholas Marriott
0255981a54
Test run-shell if killed.
2026-07-26 16:08:58 +01:00
Nicholas Marriott
10726b1b27
Title stack test.
2026-07-26 10:21:01 +01:00
Nicholas Marriott
0768795ce3
Test for overlong runs of combining characters, GitHub issue 5434.
2026-07-26 10:02:31 +01:00
Nicholas Marriott
e361982acf
Fix some tests.
2026-07-24 09:49:32 +01:00
Nicholas Marriott
a2f3bdb601
fill-character test bits.
2026-07-23 10:38:27 +01:00
Nicholas Marriott
38feebb5d2
Show options tests.
2026-07-23 08:06:09 +01:00
Nicholas Marriott
09a2ea190d
Update test.
2026-07-22 20:24:21 +01:00
Nicholas Marriott
18fc547b82
Update show hooks tests.
2026-07-22 19:58:55 +01:00
Nicholas Marriott
0868435e81
Add test for A: modifier, from Fernando Daciuk.
2026-07-22 14:17:22 +01:00
Nicholas Marriott
2848a12562
Update tests for fix to floating panes at window edges.
2026-07-21 14:41:52 +01:00
Nicholas Marriott
3e61e63851
Test for outside panes with no border.
2026-07-21 12:56:32 +01:00
Nicholas Marriott
8aaae25e56
Fix a merge and add test bits.
2026-07-21 08:00:39 +01:00
Nicholas Marriott
c750c014b2
Extend test.
2026-07-19 20:58:20 +01:00
Nicholas Marriott
2a2bce3dd4
Fix tty-keys.sh test.
2026-07-19 18:34:18 +01:00
Nicholas Marriott
b46684427f
Extend control client size test.
2026-07-17 09:37:50 +01:00
Nicholas Marriott
5cd43626ef
cmd_template_replace test.
2026-07-17 09:29:59 +01:00
Nicholas Marriott
43092f8d54
Test for client lost during config file.
2026-07-17 09:13:33 +01:00
Nicholas Marriott
fba51526af
Modal pane regression test.
2026-07-16 13:16:29 +01:00
Nicholas Marriott
5350da0be3
Update test.
2026-07-15 11:38:49 +01:00
Nicholas Marriott
11496010c0
Update test outputs.
2026-07-14 22:15:08 +01:00
Nicholas Marriott
e54785ddd6
Add menu tests.
2026-07-14 22:09:52 +01:00
Nicholas Marriott
d705471aa5
Regression tests for display-panes changes.
2026-07-14 18:18:52 +01:00
Nicholas Marriott
c39d69f961
More copy mode tests.
2026-07-14 12:05:06 +01:00
Nicholas Marriott
cf110d9d1d
Copy mode redraw test.
2026-07-14 10:07:51 +01:00
Nicholas Marriott
df6ed20271
Add customize mode test.
2026-07-13 23:03:33 +01:00
Nicholas Marriott
f0f59bc2fd
Fix a test.
2026-07-13 22:52:25 +01:00
Nicholas Marriott
9c65d349e8
Tweak times in tests.
2026-07-13 22:08:58 +01:00
Nicholas Marriott
2dc05ae328
Add to alerts tests.
2026-07-13 19:52:27 +01:00
Nicholas Marriott
4cd39ee33e
new-pane mouse test.
2026-07-13 17:10:04 +01:00
Nicholas Marriott
687c6b9cc0
Regress for more hooks.
2026-07-13 13:57:31 +01:00
Nicholas Marriott
b2e2fe824d
Add scroll regress.
2026-07-13 11:32:28 +01:00
Nicholas Marriott
e0014bbc7c
Add regress tests for events code.
2026-07-13 10:23:38 +01:00
Nicholas Marriott
a662981f10
Bump a time limit.
2026-07-13 07:08:05 +01:00
Nicholas Marriott
d77c9dc6aa
Tweak BIDI test.
2026-07-12 23:18:47 +01:00
Nicholas Marriott
8ac3fcedca
Do not reuse sockets so much to avoid problems with slow server shutdown.
2026-07-12 22:03:16 +01:00
Nicholas Marriott
4f981a2506
Turn on ASAN for macOS regress.
2026-07-12 20:59:11 +01:00
Nicholas Marriott
e7fef1fd64
Test for wait exit, GitHub issue 5356 from Ben Maurer.
2026-07-10 16:45:58 +01:00
Ben Maurer
ad662d3926
Add a regression test for output queued to exiting control clients.
...
Checks that once a control client is marked for exit the server stops
queueing notifications for it (PR 5357). The client's output is drained only
slowly so a backlog holds the exit handshake open; the client is then
detached and the window renamed, and the %window-renamed notifications must
not appear in the client's output stream.
2026-07-10 07:54:21 -07:00
Nicholas Marriott
ec31f4566d
Tweak test.
2026-07-09 09:39:44 +01:00
Nicholas Marriott
041b6a6bc7
Add test from xiaomublue at gmail dot com.
2026-07-09 08:56:06 +01:00