This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository terminology.
View the commit online.
commit ed0b8bcece2aea644c0d61b3247cc941e07cd8d9
Author: Boris Faure <bill...@gmail.com>
AuthorDate: Wed May 14 16:25:07 2025 +0200
tytest: make tests reliable on x32 systems
---
src/bin/tytest.c | 12 +-
tests/tests.results | 311 ++++++++++++++++++++++++++--------------------------
2 files changed, 161 insertions(+), 162 deletions(-)
diff --git a/src/bin/tytest.c b/src/bin/tytest.c
index b9d1d999..02903830 100644
--- a/src/bin/tytest.c
+++ b/src/bin/tytest.c
@@ -107,17 +107,17 @@ _run_tytests(int argc, char **argv)
typedef struct tag_Termpty_Tests
{
- size_t backsize, backpos;
+ uint64_t backsize, backpos;
Backlog_Beacon backlog_beacon;
Term_State termstate;
Term_Cursor cursor_state;
Term_Cursor cursor_save[2];
int w, h;
- unsigned int altbuf : 1;
- unsigned int mouse_mode : 3;
- unsigned int mouse_ext : 2;
- unsigned int bracketed_paste : 1;
-} Termpty_Tests;
+ uint64_t altbuf : 1;
+ uint64_t mouse_mode : 3;
+ uint64_t mouse_ext : 2;
+ uint64_t bracketed_paste : 1;
+} __attribute((__packed__)) Termpty_Tests;
static void
_termpty_to_termpty_tests(Termpty *ty, Termpty_Tests *tt)
diff --git a/tests/tests.results b/tests/tests.results
index 2b740ec5..8f6d270a 100644
--- a/tests/tests.results
+++ b/tests/tests.results
@@ -1,156 +1,155 @@
-#esc_term_name_version.sh 22c04c278b51831b6b4a213d052bc8ac
-cursor-restore-wrapnext.sh 072d88fa08bf362a538063560bf4f01a
-decfra-no-restrict-cursor.sh 5995d8c69456f3f3e3da777b99c6af32
-decfra-restrict-cursor.sh 728835310600404582e84169b3ad56d1
-decera-no-restrict-cursor.sh 0ab0356250f0853a87ca42ef548f59e3
-decera-restrict-cursor.sh 8a0422b6e1fc0881c669d7a8e7b04d4d
-decera-decfra-extra.sh 0f3924b71876a426b6a0652c907cb7ef
-decfra-decera-default-values-restrict-cursor.sh 12f6f7166bac0521d8bff80ee39d393b
-decfra-decera-default-values-no-restrict-cursor.sh 692432449c79d57063bbe9d44e1007f5
-cursor-movements.sh 860e599de764a569ebeaa1b96e026ae4
-cursor-movements-alias.sh 860e599de764a569ebeaa1b96e026ae4
-fonts.sh b8215428a84631ce84d569c5ba318b30
-cursor-shape-0.sh 66bc290a57d32900853a064c3219c434
-cursor-shape-1.sh 66bc290a57d32900853a064c3219c434
-cursor-shape-2.sh 66bc290a57d32900853a064c3219c434
-cursor-shape-3.sh 1ccc46c57f0ff213b2bb1001849554f2
-cursor-shape-4.sh 1ccc46c57f0ff213b2bb1001849554f2
-cursor-shape-5.sh 9adc691227adfc2de2adfe664dd6a487
-cursor-shape-6.sh 9adc691227adfc2de2adfe664dd6a487
-cursor-shape-7.sh 1e4b8c7132c5f224cd7b0439b9f10afa
-tabs.sh c7572a02f59c783d8dc3186160cf331a
-xterm-osc-0-title-icon.sh faf52856afa1d7ccd903f80bbdefd531
-xterm-osc-1-icon.sh b00aab3e5acbfe08aa6a542b48855393
-xterm-osc-2-title.sh 86b36f064b35c72f7cb6b04b2f9a8a4b
-dsr-cpr.sh 6ecfdfc202fb763413187fd5083aa967
-dsr-dir.sh a68f85de773d5530778cb004b16f6df5
-dsr-kbd.sh bf776c7af27cf0b82986cc9b45ba8e45
-dsr-msr.sh 1eed8049e6ed39e73f19484ada2d1294
-dsr-deccksr.sh 8a1627efc3a5dd5ec8f0bf185b06cf9c
-dsr-os.sh 735ce1f8cbb70b35e6ebe08a61c0fd43
-dsr-pp.sh 44c845846c248f9735238d733c0d2f6d
-dsr-udk.sh 721b4bad17705e5e740fb4503f5dadb4
-colors.sh bba13392ad342233147e1dd74b377827
-colors_regression.sh d6245761a24d28fe8fdfd62d478211b9
-sgr-leading-trailing-semicolon.sh e672e41433c3605b5b302f9a48fe0404
-sgr-truecolors.sh 0cd1dd3adf3ddfcd162c24e37a05a838
-hang-invalid-truecolors.sh 44c032ceb791659e5a344844af49d79b
-sgr-long.sh a5b397ad1e507c46e3b3cf7126a5450d
-decsclm.sh 44c032ceb791659e5a344844af49d79b
-cha.sh e4778382d764693e30ad91052296aa01
-dch.sh 0a1802d99bfe927e786accae38dfd02c
-cnl.sh 6f876265dd8a5c49bd9691d665a6f87c
-cpl.sh 1942acf2f73b454636d65b1abd524aa6
-cup.sh 35d52bed26a182991f1a37cd8ffb26ad
-hvp.sh 35d52bed26a182991f1a37cd8ffb26ad
-decaln.sh 424d05b2996dfb17f782c54d7c5287fe
-decawm.sh ddd44f2eb92cb32eb94a07090945f699
-decbi.sh 2da5019bdc4697610558d9a24c7615d2
-decfi.sh 131d21a1561f7b5146f379b03f3cf9df
-deccara-rectangular-no-restrict-cursor.sh b4de5c8f4267f0d21e91189b6f79fa98
-deccara-rectangular-restrict-cursor.sh 3cb76f8d3ae7b994398c0935bb2bcb28
-deccara-no-rectangular-no-restrict-cursor.sh db7a4f7c23e4af81a5851256208363e9
-deccara-no-rectangular-restrict-cursor.sh 346c14aecdf14759c1a5c06a7fb4e48e
-decrara-rectangular-no-restrict-cursor.sh 1eec5bea0cf6df6b0033a973e56d6590
-decrara-rectangular-restrict-cursor.sh 89e3657c1a60f5ffd30a709ccf3baed5
-decrara-no-rectangular-no-restrict-cursor.sh c4c04d2737690ecdcb880850e6e79cf6
-decrara-no-rectangular-restrict-cursor.sh 4203421db2e69f3cacb655131aa8a040
-decic-decdc.sh cdeb5dd0a57cff179e8a321cce47d415
-ich.sh 8583bc22067bd003e770dd1ad54d5332
-deccra.sh 6fea56ce7c88d6c633e9818293a1bf2c
-ed-0.sh 7e59d9e8395866f203b0aecf879d41b4
-ed-1.sh 1a909e27e29d083b1e7a15d0dc526854
-ed-2.sh 447283516500ca12cc62aacabaf1918a
-ed-3.sh 1c9a8b572d3eaa95f8b47d91860c2510
-ed-4.sh bc614418b3c499bac820e0fe2968cc2c
-el.sh 4204032e1ed014336eb67a074cf54f7a
-il.sh f7f4afbe8aa3fe20536e89cfcf52c394
-dl.sh c48e5052d3d3a0989b1a0d87c08663a6
-su.sh b21414cdc7c88664280d92db3d323dd6
-sd.sh 36a69875551e76fd4e07f88cbaabe0b2
-decst8c.sh e3000048c6de0226d01557dde5dba58f
-ctc.sh db29a6e1323d83e5f1efb5f06dd5db50
-tbc.sh 526761e3f18a65d594976ca64668437a
-ech.sh bc9f2c423a1e587a655ba4e5822560f8
-text_append_after_right_margin.sh b615613a8b5e5ae5632baabf135e0cc7
-cbt.sh faacda28720f1330eff4310aef236043
-hpa.sh e4778382d764693e30ad91052296aa01
-rep.sh 359866d4b2039bef2b29cdc822b92b25
-da.sh 2adc44f5d0c85601442a5d7eaf2a2509
-uts.sh d68f28e57139229d3a29b6aa6f528f01
-vpa.sh cbb9793b065cf768d2d3177b2a2f415c
-decswbv.sh 5d016e197303e49bcf5cde37fecc15a8
-c2.sh ed1f0615ff7b8d3bd7590d52e81f3459
-cell_is_empty.sh 9bc826e2338fde97bf56c609d2e52f16
-selection_simple.sh 7944a75831988f8b7742e4dea5d925d1
-selection_box_simple.sh 7944a75831988f8b7742e4dea5d925d1
-selection_all_directions.sh ae1f5e3640d41920eca1c1dd3ec79fa4
-selection_box_all_directions.sh ae1f5e3640d41920eca1c1dd3ec79fa4
-selection_drag.sh ae1f5e3640d41920eca1c1dd3ec79fa4
-selection_box_drag.sh ae1f5e3640d41920eca1c1dd3ec79fa4
-selection_double_click.sh c92d868e2e7c1abc9c8ad3da938142e6
-selection_word_regression.sh 7df4ba1d6df04f7b3b229fbc7999327c
-selection_triple_click.sh 7aa8de8722aefb6a14c4fea412834909
-selection_scrolls.sh 17445f0c8d4d526f021f52f28ae57c81
-selection_with_margins_scrolled.sh 42e691670e32777f7078c8cc8f9f66fe
-selection_in_history.sh 99ddd7a2704e12670cd80822aef3ad2e
-selection_over_multiple_lines.sh c2c398fb4d24156160b32c81b86cc162
-selection_invisible.sh 0990760b8a8704d0639d88306a8881a5
-selection_to_position.sh ea4ed9f1e91a8e74dbecb19d77c5a00c
-selection_to_word.sh ea4ed9f1e91a8e74dbecb19d77c5a00c
-selection_to_paragraph.sh b99e51a714941d9383c23c44831682c8
-selection_box_to_position.sh ea4ed9f1e91a8e74dbecb19d77c5a00c
-selection_box_to_word.sh ea4ed9f1e91a8e74dbecb19d77c5a00c
-selection_box_to_paragraph.sh b99e51a714941d9383c23c44831682c8
-selection_invalidation_line_removed.sh 1a604f730feddb33f07e0e401f08d59f
-resize_window_no_content_change.sh 423f7f3dfa7e2d6952ad60183c11c6a6
-mouse_reporting_mode_x10_ext_none.sh c9a5e10a534e4a4934432786cd0da178
-mouse_reporting_mode_normal_ext_none.sh 399dad8c7415141f0362525c247c08b9
-mouse_reporting_mode_mouse_move_pressed_ext_none.sh f69982e1b685fd7dab23ae22f67f8534
-mouse_reporting_mode_all_ext_none.sh 64b04687d8154422f9f5f7ec172e0031
-mouse_reporting_mode_x10_ext_utf8.sh c5e8482b5cb1f1a386e3577309fa67c7
-mouse_reporting_mode_normal_ext_utf8.sh dac63b42edf24029d9170590a8acd9f6
-mouse_reporting_mode_mouse_move_pressed_ext_utf8.sh 36e0120cbac943c46d66557d21479f24
-mouse_reporting_mode_all_ext_utf8.sh 03b67f74246186765392415628dc5fbd
-mouse_reporting_mode_x10_ext_sgr.sh ebc6df7439005bd30c78462499bfd3d9
-mouse_reporting_mode_normal_ext_sgr.sh df3509502386621674e8cc1e715bf3d5
-mouse_reporting_mode_mouse_move_pressed_ext_sgr.sh 2e8fb8028567e6b834c3df939aaa6aa8
-mouse_reporting_mode_all_ext_sgr.sh 2885fc250a9496f00363a2bae2a678bd
-mouse_reporting_mode_x10_ext_urxvt.sh 8761b7ba6f573f5602e32ae57238ec1e
-mouse_reporting_mode_normal_ext_urxvt.sh e19ab74ef3a85d6b45671a941d946bc4
-mouse_reporting_mode_mouse_move_pressed_ext_urxvt.sh 4bd5c4b7aabae756c9a7ddbfccde1871
-mouse_reporting_mode_all_ext_urxvt.sh 71772a67314655b84b79f07b68ed9c01
-shift_in_out.sh b5d7d8395f050d9aa03f079e7212eb6b
-osc-11-query.sh ab82223853ba28c3a353b1c349918f39
-link_detection.sh e9450f833d88575a3fd44864d7fb5477
-selection_with_tabs.sh 112f3415d555a30c53d68e225c948c9f
-selection_empty_lines.sh 41cab9a08ef61e569b3fd8a5b2d8a0b2
-osc-invalid.sh 495a3798311866ddf58ff13d932c0493
-title_icon_stack_simple.sh 67eb701c3edb8d32e25c967be203b92a
-title_icon_stack_unset.sh 5820ad8b3d458a7c93d64312c5c1fd35
-title_icon_stack_default.sh 5820ad8b3d458a7c93d64312c5c1fd35
-zero-width-spaces.sh df353fb3dea3262470fbf029a0cf10f3
-link_detection_email_surrounded.sh 8b33d4a6019d203358b20e1a9880d391
-link_detection_email_surrounded_more.sh 5fdd5d26204e89e5bcf35059a1f7d66d
-selection_scrolls_up.sh 244b4263752068b9084912015a801bf9
-selection_box_in_history.sh 9392c4091b6f580ed1db641f43de64b6
-selection_box_scrolls_up.sh 244b4263752068b9084912015a801bf9
-selection_scrolls_down.sh 244b4263752068b9084912015a801bf9
-selection_box_scrolls_down.sh 244b4263752068b9084912015a801bf9
-true_color_cache_thrashing.sh cae612b9efebbfc00d45ea651101667d
-true_color_cache_reuse.sh 384beeac9ba0c7909f27a09fffa4013d
-selection_word_low_ascii_separators.sh f84296ae70be58b9502d84d298430a2c
-color_link_sharp.sh 499ba9862ba7f845b9c8a510bb01aff7
-color_link_edc.sh 06155942ad90e408ed11225b1e84b6a4
-color_link_css_rgb.sh d465a1d5095e550b73e73266452068d9
-color_link_css_hsl.sh 3a3dc638c80d5a2a9d5c804a778c09fb
-crash_empty_osc.sh 3675247f0d0c1aa439bb5075237e3fe5
-xterm-osc-10.sh e96950ab6c1e2df17dca8b55e34a5540
-xterm-osc-11.sh 1039019667ac61b387f1436e7eff2398
-xterm-osc-12.sh 9237a291abf73341d4e6a9cf94592c6d
-xterm-colors-sharp.sh f034efaac9b49ea97e46e9ec4b139c23
-xterm-colors-rgb.sh 3269d17289a29ccec79598d47db7add7
-xterm-colors-rgbi.sh 3269d17289a29ccec79598d47db7add7
-xterm-set-cursor-color.sh e3d64c03d8257d7db7cf72204f4e3b2c
-csi-38-no-value.sh b2f4d1ab6a3171950371c88b4aae9c58
-osc_selection.sh 4579ba1bf3b5ca4b13b5701f1d52d597
+cursor-restore-wrapnext.sh 61ee301c38dae91fe6a41bd61055d6e8
+decfra-no-restrict-cursor.sh b80838a9dd95e9ab456f39df434eb0a9
+decfra-restrict-cursor.sh 5e044524cd34d1a53ef3736e5b969bb4
+decera-no-restrict-cursor.sh 92eedb50ad8cae5cfe08bbd5a987ef4e
+decera-restrict-cursor.sh 0b28ac427db43a76cb4a76bdddcc27d5
+decera-decfra-extra.sh 8a03731bb9313fd4fd9a8c775ca7d787
+decfra-decera-default-values-restrict-cursor.sh c560b8109c4e1e5b73aa18565abc1745
+decfra-decera-default-values-no-restrict-cursor.sh 7d7846049f209a0627e4d82e983e9b84
+cursor-movements.sh 880a64ce470853df78fea1f06d3cb8d4
+cursor-movements-alias.sh 880a64ce470853df78fea1f06d3cb8d4
+fonts.sh 6a28e19506e89e13b1746a94821e0c75
+cursor-shape-0.sh c4158ed98a8e4104cb14063bbb14c248
+cursor-shape-1.sh c4158ed98a8e4104cb14063bbb14c248
+cursor-shape-2.sh c4158ed98a8e4104cb14063bbb14c248
+cursor-shape-3.sh 4c47f4810a5da6ed064e85809cff80ab
+cursor-shape-4.sh 4c47f4810a5da6ed064e85809cff80ab
+cursor-shape-5.sh 9ffeb1f4c8cf79acf8264a95041cf45e
+cursor-shape-6.sh 9ffeb1f4c8cf79acf8264a95041cf45e
+cursor-shape-7.sh c780b55110992a414dd5dd3a955f963c
+tabs.sh ac964c589dd5dd0432b38eea23a4cc08
+xterm-osc-0-title-icon.sh 960b2524ec5d6fd3908a2d90baf8ed0d
+xterm-osc-1-icon.sh cf95e524b2fc8efe7390706469445f77
+xterm-osc-2-title.sh 69eb69b0aacd68bc6824a717918865a4
+dsr-cpr.sh d994bd84d65fbdd58fca4a82c21c633c
+dsr-dir.sh c6508261e80f17856cde7fa5df7cde9b
+dsr-kbd.sh 1ad995feeab7d45c93ae39d94ca19d37
+dsr-msr.sh d6cc056424ffaa1ecf7bdd377a10ba09
+dsr-deccksr.sh 63c573a679a63496d48ed24ff0707415
+dsr-os.sh ec12b9bef28bd875d6140a4c1d5f7a02
+dsr-pp.sh cce6b8bedc183f635d9a5d176bb32b79
+dsr-udk.sh ff22d657614bb6137bdb5f0788b4c7c7
+colors.sh e32761a6b7f6099f0d68192365d6bde7
+colors_regression.sh 988cea4d5f08c0896a94ac54b8060aa1
+sgr-leading-trailing-semicolon.sh 04aad2aa7bad05daf66ac2266f6bfc20
+sgr-truecolors.sh d4b734a8e0bce1cc329e6b72ca012f20
+hang-invalid-truecolors.sh 7dabddfef27d44456c0efaab0f8afcbe
+sgr-long.sh 99f4f7bed3e661ec849d9285828ade48
+decsclm.sh 7dabddfef27d44456c0efaab0f8afcbe
+cha.sh b4740ae6a395eb1fef152a4b77679f52
+dch.sh 717b22ebac2bea1b9d07e5bcba4504f7
+cnl.sh 893396850e374d9ef861148d0664e2ca
+cpl.sh 81d20ba16c36c92903a7ad9fc151b436
+cup.sh 9459596209aa43acb9ded56594be13b4
+hvp.sh 9459596209aa43acb9ded56594be13b4
+decaln.sh f1bd1bb92c9d9ce52c26018290dc2c82
+decawm.sh 95d04e8fc8fa47e071d314cf2933d8a4
+decbi.sh ca7c4ec06576213dd4a3fc3adb9c328e
+decfi.sh 45f559562fe8a9489b27158413e96242
+deccara-rectangular-no-restrict-cursor.sh d9d1a00c6e3c440b233ec8e784366e08
+deccara-rectangular-restrict-cursor.sh c3af080719990fbc0d020cc91c51d0b3
+deccara-no-rectangular-no-restrict-cursor.sh e58414514b4f56224778ee5c22af1300
+deccara-no-rectangular-restrict-cursor.sh f52f4c5bd9bd6e3f1754bbf129fc12c1
+decrara-rectangular-no-restrict-cursor.sh 5b705b79b8dc19e34e321ca0ba4a679f
+decrara-rectangular-restrict-cursor.sh 8d55f650c037899a9203bbff8d02ffcc
+decrara-no-rectangular-no-restrict-cursor.sh f24ed6e1f4c310d5f2c38ead011bccc2
+decrara-no-rectangular-restrict-cursor.sh 161735f93a179f96512bf9fae780262f
+decic-decdc.sh 1e88ff7e19c9558f3f15a59dda5014dc
+ich.sh d96a88b7beffe078a597255ce16bbbe4
+deccra.sh da33245af1439f8c1c95805a95e19251
+ed-0.sh d8ae92dfe721d2fe1da925a18ddbe977
+ed-1.sh c5ce8829b95846c97eefb807aef08357
+ed-2.sh 94eb9cde56d9a07098ab2b06aea6790a
+ed-3.sh 85d65d2019328c901bca80f6aa33f0da
+ed-4.sh 2bd30bedaf289f7cce7d18069e0072de
+el.sh 61fc84bf523380c997699b6f2dff7531
+il.sh a56b8fc5367f6f2315fb1682fc1a3518
+dl.sh 0b3355e7dc86eaf8ddfb72e577452026
+su.sh 4a12c024392a77d706024afec991dae9
+sd.sh 68181f983b5063cef1fef55b82ab3ca0
+decst8c.sh 30db60c51a94776cd4cc09875902c641
+ctc.sh 79d7fafcf9aacd8a142f7d902e6cb0e4
+tbc.sh 23f8615a5d78ee4cbe26d6c4521560fd
+ech.sh bd3e4bb93bb4911779e69cfa87ed35ae
+text_append_after_right_margin.sh 5afedcb8b0d8abb8ef5c619decfd5c33
+cbt.sh 687e95911f04262b08fc48f78b15ed07
+hpa.sh b4740ae6a395eb1fef152a4b77679f52
+rep.sh 3c7a143f9e026299d8d6cf204427686d
+da.sh ff77a3285a98c78dd225d3f3ea7f8c4a
+uts.sh f0f33a807af659ee05bde6d836bb4e46
+vpa.sh 018997127c51f4826ed08c41297b987d
+decswbv.sh 30ff69a8e5b80d130fe94186f7932d03
+c2.sh 3e58363ce45fc9bccc65d65834068384
+cell_is_empty.sh 652d8e91c3b3b3303b1f617c2b286d06
+selection_simple.sh bd54d859f10c0ecc83b1bd224d182843
+selection_box_simple.sh bd54d859f10c0ecc83b1bd224d182843
+selection_all_directions.sh 9855fe72c325b9ed95de8a95f27e8b35
+selection_box_all_directions.sh 9855fe72c325b9ed95de8a95f27e8b35
+selection_drag.sh 9855fe72c325b9ed95de8a95f27e8b35
+selection_box_drag.sh 9855fe72c325b9ed95de8a95f27e8b35
+selection_double_click.sh b028759ce05954c71e3aace6910f384d
+selection_word_regression.sh 86dc33e937bd5d6dabca2ed7de44f5cf
+selection_triple_click.sh 1a628cbd6b88fe18328438028ca6e887
+selection_scrolls.sh 121e89e4234b3d56f095881b4a13505f
+selection_with_margins_scrolled.sh bde9eaae126e8bddbc340399edc8f565
+selection_in_history.sh f7c90908b3948fc8838498c1fba68bb8
+selection_over_multiple_lines.sh 5f23b0087b117f0c13c390251a644aff
+selection_invisible.sh b95410413cb1d967bd56c62ba51ed927
+selection_to_position.sh e39538611df6cff3d3017b860f8c8227
+selection_to_word.sh e39538611df6cff3d3017b860f8c8227
+selection_to_paragraph.sh 7feab33f88975f19c703adb3ad77361b
+selection_box_to_position.sh e39538611df6cff3d3017b860f8c8227
+selection_box_to_word.sh e39538611df6cff3d3017b860f8c8227
+selection_box_to_paragraph.sh 7feab33f88975f19c703adb3ad77361b
+selection_invalidation_line_removed.sh 173e98e5a9069cce6d1b43cfb170dc49
+resize_window_no_content_change.sh 55b2b60fbac8a173845662dc67d4abe8
+mouse_reporting_mode_x10_ext_none.sh ad1be7e6ba3049e30e1e933b0332cd9b
+mouse_reporting_mode_normal_ext_none.sh ba722a3495ba08f86740dff26f7f90ff
+mouse_reporting_mode_mouse_move_pressed_ext_none.sh 006810c83ea53c9d5e7db4f21d44dc35
+mouse_reporting_mode_all_ext_none.sh 76156d3eab3c18046d2d406987ce1722
+mouse_reporting_mode_x10_ext_utf8.sh e8b54df221ef7694cfaa544b80459c15
+mouse_reporting_mode_normal_ext_utf8.sh b9716cc3b6bacd3f39c77ebedddeabd3
+mouse_reporting_mode_mouse_move_pressed_ext_utf8.sh a168f4d32a0c3062379da63f7c52e908
+mouse_reporting_mode_all_ext_utf8.sh 937380893a12e29dd14bedb4edd7b354
+mouse_reporting_mode_x10_ext_sgr.sh 47a406d5816ccbfe618786ba54c42ef6
+mouse_reporting_mode_normal_ext_sgr.sh 9636f4e3f22ed09c582b6f8010412313
+mouse_reporting_mode_mouse_move_pressed_ext_sgr.sh 0b7a46b2e7f610f389e4df53ac0d0a3a
+mouse_reporting_mode_all_ext_sgr.sh 5af3e6ed05d2ad758037b1166f2b3430
+mouse_reporting_mode_x10_ext_urxvt.sh e56de99f70fd24e60d47d330c8d79524
+mouse_reporting_mode_normal_ext_urxvt.sh c667c7a754868d024c48ab101b3f242a
+mouse_reporting_mode_mouse_move_pressed_ext_urxvt.sh ea3208104fe66413de452f3a633865fe
+mouse_reporting_mode_all_ext_urxvt.sh fd4f11d2f71e8a8d10c9eee67d9c9c43
+shift_in_out.sh 6d1a9a3c709d46927168e07ede4a2dda
+osc-11-query.sh ca937cf63fa5a670342b60fa14060f9f
+link_detection.sh 6c3bcc6ae4e9b44d3f0bee2d291146cb
+selection_with_tabs.sh 210437c9b269a428237b77fecb155e7c
+selection_empty_lines.sh 63e46cd451e7a7b82be130154bae4f14
+osc-invalid.sh 3390041ce03438495ad23d6d399a3d01
+title_icon_stack_simple.sh 3fa3fe41462a5ae206ebe80459b09c64
+title_icon_stack_unset.sh 62a34a00406243ecf57a79d69b92ef50
+title_icon_stack_default.sh 62a34a00406243ecf57a79d69b92ef50
+zero-width-spaces.sh 4713ffc7a5f6e7573910183f1609275f
+link_detection_email_surrounded.sh 119ce6c19b50fd02d9e5d7290baa7bac
+link_detection_email_surrounded_more.sh 7abc7889df346369a53c9092268af131
+selection_scrolls_up.sh 9565ec642ad982e008c3856de955e356
+selection_box_in_history.sh ed2fba61de4316ac3dd08bd3c3d1c831
+selection_box_scrolls_up.sh 9565ec642ad982e008c3856de955e356
+selection_scrolls_down.sh 9565ec642ad982e008c3856de955e356
+selection_box_scrolls_down.sh 9565ec642ad982e008c3856de955e356
+true_color_cache_thrashing.sh 277c13fbac95cea95a07227a7b466f67
+true_color_cache_reuse.sh 144a8199f4744ed031270d5ea69e00d2
+selection_word_low_ascii_separators.sh 053af5439fb5432b6eb859b51c226747
+color_link_sharp.sh 6136cd13414ac89abf47dedb027b7f9c
+color_link_edc.sh 770cba232c371719dd38b460f943a27f
+color_link_css_rgb.sh 6cdd7012c4d51407a43eea4bc42fd106
+color_link_css_hsl.sh 90effac09e6f9ddd5b7db59c7295e728
+crash_empty_osc.sh a97e39f0c238fc7cf04f08706888a381
+xterm-osc-10.sh e0d63088a1770b7b8ac643792ca66d40
+xterm-osc-11.sh ba9fd911436e9a2e237962e9b0e28fce
+xterm-osc-12.sh 07f95b2f4955b0ac3b63f711f31ce5a5
+xterm-colors-sharp.sh 386aab24cc24854c00a43d370e1ed42a
+xterm-colors-rgb.sh e03b6094b2e6ff60b519f132e9fc4433
+xterm-colors-rgbi.sh e03b6094b2e6ff60b519f132e9fc4433
+xterm-set-cursor-color.sh 014a0027499b74ab705575c08005f438
+csi-38-no-value.sh 70a432233cdbeeffb383c51be47979d4
+osc_selection.sh ee9d9efb1f820ffd54de9465a9a90221
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.