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 4eccb2e455ca7ba6be677628e21d4e386c013d16
Author: Boris Faure <[email protected]>
AuthorDate: Sat Sep 12 16:51:42 2026 +0200
termptyesc: accept every XTMODKEYS resource
xterm defines 0..7; xmod[] stopped at 6.
Since Term_State holding it is hashed into the test checksums, regenerate
the tests results.
---
src/bin/termpty.c | 8 +-
src/bin/termpty.h | 4 +-
src/bin/termptyesc.c | 4 +
tests/tests.results | 314 +++++++++++++++++++++++++--------------------------
4 files changed, 171 insertions(+), 159 deletions(-)
diff --git a/src/bin/termpty.c b/src/bin/termpty.c
index ef044b93..a24f1733 100644
--- a/src/bin/termpty.c
+++ b/src/bin/termpty.c
@@ -2263,6 +2263,12 @@ tytest_xmodkeys_set(void)
_ty_feed(&ty, "\x1b[>4m");
assert(ty.termstate.xmod[XMOD_OTHER] == 0);
+ /* modifyModifierKeys and modifySpecialKeys are resources too. */
+ _ty_feed(&ty, "\x1b[>6;1m");
+ assert(ty.termstate.xmod[XMOD_MODIFIERS] == 1);
+ _ty_feed(&ty, "\x1b[>7;1m");
+ assert(ty.termstate.xmod[XMOD_SPECIAL] == 1);
+
/* No parameter at all: every resource is reset. */
_ty_feed(&ty, "\x1b[>4;2m");
_ty_feed(&ty, "\x1b[>m");
@@ -2276,7 +2282,7 @@ tytest_xmodkeys_set(void)
/* An out of range resource changes nothing. */
_ty_feed(&ty, "\x1b[>4;2m");
- _ty_feed(&ty, "\x1b[>9;1m");
+ _ty_feed(&ty, "\x1b[>8;1m");
assert(ty.termstate.xmod[XMOD_OTHER] == 2);
_ty_test_shutdown(&ty);
diff --git a/src/bin/termpty.h b/src/bin/termpty.h
index 1890e9fc..909b8fe3 100644
--- a/src/bin/termpty.h
+++ b/src/bin/termpty.h
@@ -106,7 +106,9 @@ typedef enum exmod {
XMOD_KEYPAD = 3,
XMOD_OTHER = 4,
XMOD_STRING = 5,
- XMOD_LAST = 6,
+ XMOD_MODIFIERS = 6,
+ XMOD_SPECIAL = 7,
+ XMOD_LAST = 8,
} XMod;
typedef struct tag_Term_State {
diff --git a/src/bin/termptyesc.c b/src/bin/termptyesc.c
index 02de8172..31fcc8b8 100644
--- a/src/bin/termptyesc.c
+++ b/src/bin/termptyesc.c
@@ -3469,6 +3469,10 @@ _xmod_resource_is_valid(int resource)
case XMOD_OTHER:
EINA_FALLTHROUGH;
case XMOD_STRING:
+ EINA_FALLTHROUGH;
+ case XMOD_MODIFIERS:
+ EINA_FALLTHROUGH;
+ case XMOD_SPECIAL:
return EINA_TRUE;
default:
return EINA_FALSE;
diff --git a/tests/tests.results b/tests/tests.results
index 7dc225c0..b6e516f2 100644
--- a/tests/tests.results
+++ b/tests/tests.results
@@ -1,157 +1,157 @@
-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 184ddefedae324506fede39b52392cf3
-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 03282bddefd22c8a9fac7dfc1d37a4ce
-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 4485e8a1bf1a91bb1c694aefc38cb41e
-ed-1.sh 52956f2a78f6b71c1f05a2f01978a1db
-ed-2.sh 6f56e3cd4306168d79fef3d8096f3545
-ed-3.sh 85d65d2019328c901bca80f6aa33f0da
-ed-4.sh c4aa110d74e408369943e81475829a57
-el.sh 61fc84bf523380c997699b6f2dff7531
-il.sh a56b8fc5367f6f2315fb1682fc1a3518
-dl.sh 0b3355e7dc86eaf8ddfb72e577452026
-su.sh c39c0db4961a6b641f9459eaf8aa89e9
-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 ae6e15852020def0169792f6d793f6d7
-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 47bb71c59189e2b504f14a3daa0e0db5
-selection_with_margins_scrolled.sh bde9eaae126e8bddbc340399edc8f565
-selection_in_history.sh 3438ed2bf58eb81e4995ad7df48b0768
-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 50974157db192d2a87f9140569973028
-selection_box_in_history.sh ce2327baf14ea3e20838ad542ef53c6e
-selection_box_scrolls_up.sh 50974157db192d2a87f9140569973028
-selection_scrolls_down.sh 50974157db192d2a87f9140569973028
-selection_box_scrolls_down.sh 50974157db192d2a87f9140569973028
-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
-lf_below_bottom_margin.sh 50502caece08a0c9b50d8c6a439a6fce
-backlog_scroll_stress.sh 13a8e9401817e5aacaaad3442b66765e
+cursor-restore-wrapnext.sh 7711a5b478be45a346e250fe85558f3d
+decfra-no-restrict-cursor.sh 595d2cf8745613583e8c71100e710709
+decfra-restrict-cursor.sh c07e7272d65f9ef298d2567e03fe29f6
+decera-no-restrict-cursor.sh f092ef7cb38702bc72133bfb4a6a0d45
+decera-restrict-cursor.sh e2991713f270af0380a84d12be0b5bb3
+decera-decfra-extra.sh ad270c164d6511b80c60dabe21dc38fa
+decfra-decera-default-values-restrict-cursor.sh 2ab97f241f7808585496dde5d1322a45
+decfra-decera-default-values-no-restrict-cursor.sh eaa007df0bf55937fb666ce4bca739b1
+cursor-movements.sh a2796105ecfd2d293eef2ef0c4e6d8a0
+cursor-movements-alias.sh a2796105ecfd2d293eef2ef0c4e6d8a0
+fonts.sh c221983a20f50d7f3f4885f67e70008f
+cursor-shape-0.sh b784fafad6f82f42acf4452fe8ded600
+cursor-shape-1.sh b784fafad6f82f42acf4452fe8ded600
+cursor-shape-2.sh b784fafad6f82f42acf4452fe8ded600
+cursor-shape-3.sh c1ad996d0e1a9bcd924d5fc60caaafe8
+cursor-shape-4.sh c1ad996d0e1a9bcd924d5fc60caaafe8
+cursor-shape-5.sh 4e5a8b515102ee6cafec64940d397fe8
+cursor-shape-6.sh 4e5a8b515102ee6cafec64940d397fe8
+cursor-shape-7.sh c4b6ba0c69db25ecc84aaa860e687bf6
+tabs.sh 08ffb95c74fc9ce323b09f60b125526d
+xterm-osc-0-title-icon.sh 5109e84f8640e64ced6bc9fdfa85d321
+xterm-osc-1-icon.sh 1859eb51e97f2bfdd00a347979694596
+xterm-osc-2-title.sh df4151925c192970873ac03101294ee6
+dsr-cpr.sh 01e0e1617b520454065d6b5b6a7383cd
+dsr-dir.sh 8fec9b3816ad08c12b228a34c00f006a
+dsr-kbd.sh e8f5f8372bc8da468d5ddcd7e1742628
+dsr-msr.sh 2b71bdc02febb0da62b64093111c3709
+dsr-deccksr.sh d85b416d43e79beff25e9f7a881a5d85
+dsr-os.sh 80b24965e01d6e3733fc800d9b39296f
+dsr-pp.sh b762ecbf226745d65fc6f94b74c8e8a6
+dsr-udk.sh 542e6579a3744576cf07476ba620ea5c
+colors.sh 0f615472fcbc6c623117ea4409ff412d
+colors_regression.sh 448410f26d58dc8dfa9383d747cc3d92
+sgr-leading-trailing-semicolon.sh 8bba9806b565b6a2a8330f985c27e915
+sgr-truecolors.sh 6f649a3932448304da311ed912bc7e0b
+hang-invalid-truecolors.sh 48b053df6ad681b834032250c53d3316
+sgr-long.sh 46ae9dd10659c9f7a012e8e6387ae684
+decsclm.sh 48b053df6ad681b834032250c53d3316
+cha.sh 6659226975d06786a9651da14299cb82
+dch.sh 384554eb0ae94f22f03504a48d77c851
+cnl.sh aabb1a1d566b467ac8ea1f009c05e64b
+cpl.sh 51597654c94c420fe6908491063c142f
+cup.sh 3d31de59cd65bd47487a9a629a9c4c1c
+hvp.sh 3d31de59cd65bd47487a9a629a9c4c1c
+decaln.sh 8189ac4142e58f21ecc82a91baed6951
+decawm.sh e73687aa2dda2017f0568acd45cebbdf
+decbi.sh d9a206af08ba940e1b3f03369fc9163e
+decfi.sh 47e463c9841cbb49206e5a630029d9a4
+deccara-rectangular-no-restrict-cursor.sh a6b76d8564aa4adbc2e7bc09e7b5c05a
+deccara-rectangular-restrict-cursor.sh 9a46fb6d59f3110e44567ea6ab397859
+deccara-no-rectangular-no-restrict-cursor.sh 52b5063b9d5e0476643c5cfc2bb6d7cb
+deccara-no-rectangular-restrict-cursor.sh a8d4f7da74e3dda3a1b39fc93bf4f3ab
+decrara-rectangular-no-restrict-cursor.sh 50d5c0998315adc44ec6a17547cc2edc
+decrara-rectangular-restrict-cursor.sh 9048e7140c3ecbd334f679a29c884e45
+decrara-no-rectangular-no-restrict-cursor.sh 84402b282e8f560c3270ca8e6292483f
+decrara-no-rectangular-restrict-cursor.sh 44282b5692cd2211df296dd254d69a95
+decic-decdc.sh 1f2adffced66cb2247bfd10cb89f2b01
+ich.sh 0202c1c98a79cdb0e1e028037a9559cd
+deccra.sh 56d7e0786523c12e88ad4c64c2082b1f
+ed-0.sh 4552dc3c36c7a2a8f88d6b55da542f69
+ed-1.sh 8e96eb06e1e2043b4d5eb17b623235ff
+ed-2.sh da2d8ae5f3861a4845473b7db652ef6e
+ed-3.sh 4dcc7ee1a8dd1c76317480127e63b602
+ed-4.sh a82ee48470e0ba40c95f68749a3e0d72
+el.sh adc8453b8fbc34fbc8cbe441cfe52428
+il.sh 8b3b91fea9f27b8f043c3f0803ab28eb
+dl.sh c9cfe13038505c84c8c718e5a33fc81e
+su.sh 9ea263c2228e4f6e3b68125a61d802e8
+sd.sh a41c32f9871a633131b77b8437e4b8c7
+decst8c.sh 6b95d7bb7ef42eece541b5661a0a1a37
+ctc.sh 125bfee73fc347b72fae04637d0d797a
+tbc.sh 1ac813a8c43addfa3288d0bd004b16c4
+ech.sh 9b9d50e716cbe871ab831c396d5fb943
+text_append_after_right_margin.sh fc835db39be6a84e1ebd1ce1937cd364
+cbt.sh b7f031f874c5cb537922d5a7019c6434
+hpa.sh 6659226975d06786a9651da14299cb82
+rep.sh 7b533f940c995734489c284a7c7dac1b
+da.sh dd821275bd064f593621b34feb111bbc
+uts.sh c959c942c56b2f85424c2075f3cceddb
+vpa.sh 28538edba8d3dbaf671597c7bc600e4f
+decswbv.sh a65f80802b772c331691e0bba64b1b59
+c2.sh 1048b775938f159658201dc23afc7bd4
+cell_is_empty.sh 7b2c9e2c32e6342a3abc662065c4f75a
+selection_simple.sh fd721e255bbf544ad1e06301ea59567f
+selection_box_simple.sh fd721e255bbf544ad1e06301ea59567f
+selection_all_directions.sh da87801f30c1a2624ef3b9dcae7b6442
+selection_box_all_directions.sh da87801f30c1a2624ef3b9dcae7b6442
+selection_drag.sh da87801f30c1a2624ef3b9dcae7b6442
+selection_box_drag.sh da87801f30c1a2624ef3b9dcae7b6442
+selection_double_click.sh 1c5de401a2c12ff44c8f72f4f29a3183
+selection_word_regression.sh 6e17c6ed3db71d3397e78dbe93dcbf25
+selection_triple_click.sh 807322ed0b8f2158073550d4c4744b76
+selection_scrolls.sh e48888ea814e7532ea428c6d22f78d26
+selection_with_margins_scrolled.sh 2525379929677239bf55e3ed99b36ab1
+selection_in_history.sh 788b05fb8bc08a8497bb1151532ed573
+selection_over_multiple_lines.sh c28da51bac7c96eff33f9955a5077ad2
+selection_invisible.sh 850f3d1606381bbd7b7a4f9bc0870ce9
+selection_to_position.sh fe3f2bb68244feb091b5755e5266a332
+selection_to_word.sh fe3f2bb68244feb091b5755e5266a332
+selection_to_paragraph.sh 40e14b5b47ddc6e4cce9e801395194c2
+selection_box_to_position.sh fe3f2bb68244feb091b5755e5266a332
+selection_box_to_word.sh fe3f2bb68244feb091b5755e5266a332
+selection_box_to_paragraph.sh 40e14b5b47ddc6e4cce9e801395194c2
+selection_invalidation_line_removed.sh cf3ea6d62355ba3716c0d13192ed6967
+resize_window_no_content_change.sh 7de3554cd0188e6cf0dea7c1f737a65f
+mouse_reporting_mode_x10_ext_none.sh 98a2a17e77e28ca1d205947f20311de8
+mouse_reporting_mode_normal_ext_none.sh 2978c0c8bb7bc256a6df80c055808653
+mouse_reporting_mode_mouse_move_pressed_ext_none.sh a8b69a6b4a5d44b58dc6a2696709a0eb
+mouse_reporting_mode_all_ext_none.sh b571cfcf6a5852b081a197b4d2d5a7cb
+mouse_reporting_mode_x10_ext_utf8.sh a7dd5b0f56afa1c888659d7f3859db26
+mouse_reporting_mode_normal_ext_utf8.sh e08bc1aec0f46d5ea274a32c3e225e2c
+mouse_reporting_mode_mouse_move_pressed_ext_utf8.sh aa76998ac6c374848d5bed138e61bfce
+mouse_reporting_mode_all_ext_utf8.sh bb5cf6ae8ae7564c1e2fc8988b5b5b19
+mouse_reporting_mode_x10_ext_sgr.sh d968969ac38c5c664a51383b474b1281
+mouse_reporting_mode_normal_ext_sgr.sh 22a0341d6311908e3f3d6c36341d0c8d
+mouse_reporting_mode_mouse_move_pressed_ext_sgr.sh 8a1f25db0fba763bc145f09ccc77f450
+mouse_reporting_mode_all_ext_sgr.sh c6935f968ca6da4f606571c2af7d1d36
+mouse_reporting_mode_x10_ext_urxvt.sh acaee86b764b38590cbd7110984c597a
+mouse_reporting_mode_normal_ext_urxvt.sh e3f88dfa3ec6cb0337df52012c90a150
+mouse_reporting_mode_mouse_move_pressed_ext_urxvt.sh f0855a96780cf3797e5a72c9a708b767
+mouse_reporting_mode_all_ext_urxvt.sh 229af4cfcbfff66c93fbe21f493853fd
+shift_in_out.sh d930f1688708a5a65a36e5b49004ceab
+osc-11-query.sh 003decc6cc863d926af6ffe2b2dd204a
+link_detection.sh 9b1fa98961f82d55d98ff9c00e2ee960
+selection_with_tabs.sh 213c7c2d9a8acc731e0b326a88bb71ef
+selection_empty_lines.sh 2ae3aa22572ef150457b63ed9a78efdc
+osc-invalid.sh e5933e7dd49d52b80240e352f4ff8965
+title_icon_stack_simple.sh 466827743ff8de9cdfb46e9033552cfc
+title_icon_stack_unset.sh fbdac41cbf1e5f2ec6e0053737911ddb
+title_icon_stack_default.sh fbdac41cbf1e5f2ec6e0053737911ddb
+zero-width-spaces.sh 89953893764b0c9ecb29f6e492dc6a75
+link_detection_email_surrounded.sh be8d8f7fb764c3debf8e058044c0caea
+link_detection_email_surrounded_more.sh 2cb0d06093e3ebc50926890786144656
+selection_scrolls_up.sh 154afe673efb23b4b999dc9896ad03ea
+selection_box_in_history.sh 7ee08df0894faca03acf905544e87910
+selection_box_scrolls_up.sh 154afe673efb23b4b999dc9896ad03ea
+selection_scrolls_down.sh 154afe673efb23b4b999dc9896ad03ea
+selection_box_scrolls_down.sh 154afe673efb23b4b999dc9896ad03ea
+true_color_cache_thrashing.sh f02cfa642a5d78c08685d0da9ce0e58b
+true_color_cache_reuse.sh 193183c600d0baf7b9fd534d40368f15
+selection_word_low_ascii_separators.sh 5ec5101954299981c7fdc4d572f01167
+color_link_sharp.sh 221b969f0970826dfe0d739ff47623f0
+color_link_edc.sh 5e07d738e6cf44af2fb4fd65d1ee7bb3
+color_link_css_rgb.sh 72b7cb4595072ac488906f82e3887192
+color_link_css_hsl.sh 3ff5de5ddb3497395516c81cea80dea4
+crash_empty_osc.sh b8e76e1c3e4e0b6d37278c84909f9ce7
+xterm-osc-10.sh 6431660f0b76987f02b84b919d9a233c
+xterm-osc-11.sh d95b1b23a773568db74f8aa55d38a02a
+xterm-osc-12.sh 68b5e093b25182617e0b512c96e6aea7
+xterm-colors-sharp.sh c279098fd5e3c39702cf36bc94686ff9
+xterm-colors-rgb.sh e6a432f17c8e9dde652d749f4261b783
+xterm-colors-rgbi.sh e6a432f17c8e9dde652d749f4261b783
+xterm-set-cursor-color.sh 9867bcaf9cc2fe71a1b1a4ab85f2bea6
+csi-38-no-value.sh 4cf52fe27bf05e78bdf7eecdda5543f7
+osc_selection.sh 1f53d8ce7ca39989e2f8f8a20c9148d0
+lf_below_bottom_margin.sh 02e4df0e6de5f23e8947245d9a8e4adf
+backlog_scroll_stress.sh 614fa95207570793cb0089243a059eda
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.