Kyle
03377b9552
feat(terminal): include sequence terminator in TermRequest event ( #37152 )
...
Problem:
Terminals should respond with the terminator (either BEL or ST) used in
the query so that clients can reliably parse the responses. The
`TermRequest` autocmd used to handle background color requests in the
terminal does not have access to the original sequence terminator, so it
always uses BEL. #37018
Solution:
Update vterm parsing to include the terminator type, then forward this
data into the emitted `TermRequest` events for OSC/DCS/APC sequences.
Update the foreground/background `TermRequest` callback to use the same
terminator as the original request.
Details:
I didn't add the terminator to the `TermResponse` event. However, I
assume the `TermResponse` event doesn't care about the terminator
because the sequence is already parsed. I also didn't update any of the
functions in `src/nvim/vterm/state.c` that write out responses. It
looked like those all pretty much used ST, and it would be a much larger
set of changes. In that same file, there's also logic for 8 bit ST
sequences, but from what I can tell, 8 bit doesn't really work (see `:h
xterm-8bit`), so I didn't use the 8 bit ST at all.
2025-12-29 16:30:23 -06:00
..
2025-12-25 00:08:57 +00:00
2025-12-29 07:56:45 +08:00
2025-11-01 08:20:46 +08:00
2025-08-14 09:34:38 +02:00
2025-12-21 11:41:33 +08:00
2025-12-01 13:16:44 -05:00
2025-12-20 18:38:11 -05:00
2025-11-19 20:43:15 -08:00
2025-12-20 18:38:11 -05:00
2025-08-14 09:34:38 +02:00
2025-12-29 16:30:23 -06:00
2025-08-14 09:34:38 +02:00
2025-08-14 09:34:38 +02:00
2025-10-13 00:17:39 -04:00
2025-08-14 09:34:38 +02:00
2025-08-14 09:34:38 +02:00
2025-12-07 15:13:31 -05:00
2025-12-07 15:13:31 -05:00
2025-12-28 14:26:29 +08:00
2025-12-07 15:13:31 -05:00
2025-08-14 09:34:38 +02:00
2025-08-14 09:34:38 +02:00
2025-12-28 08:14:45 +08:00
2025-08-14 09:34:38 +02:00
2025-08-14 09:34:38 +02:00
2025-12-28 14:26:29 +08:00
2025-08-14 09:34:38 +02:00
2025-12-28 00:37:55 +00:00
2025-08-14 09:34:38 +02:00
2025-12-25 15:38:45 +08:00
2025-08-14 09:34:38 +02:00
2024-05-31 15:01:13 +02:00
2025-10-31 09:14:19 +08:00
2025-08-14 09:34:38 +02:00
2025-08-14 09:34:38 +02:00
2025-08-14 09:34:38 +02:00
2025-10-14 05:04:37 +00:00
2025-09-29 07:02:01 -07:00
2025-12-08 01:43:02 -05:00
2025-12-21 21:17:33 -05:00
2025-12-29 07:56:45 +08:00
2025-09-08 09:02:37 +08:00
2025-08-14 09:34:38 +02:00
2025-08-14 09:34:38 +02:00
2025-08-14 09:34:38 +02:00
2025-08-14 09:34:38 +02:00
2025-08-14 09:34:38 +02:00
2025-08-14 09:34:38 +02:00
2025-12-20 22:07:27 -05:00
2025-08-14 09:34:38 +02:00
2025-12-02 07:24:28 +08:00
2025-08-14 09:34:38 +02:00
2025-09-09 12:56:49 +02:00
2025-09-09 12:54:04 +02:00
2025-08-14 09:34:38 +02:00
2025-10-11 09:22:18 -07:00
2025-09-09 12:56:49 +02:00
2025-12-09 22:25:18 +08:00
2025-08-14 09:34:38 +02:00
2025-08-17 08:52:05 +08:00
2025-08-14 09:34:38 +02:00
2025-12-20 22:07:27 -05:00
2025-08-14 09:34:38 +02:00
2025-12-10 00:32:51 -05:00
2025-08-14 09:34:38 +02:00
2025-12-25 15:38:45 +08:00
2025-08-14 09:34:38 +02:00
2025-12-09 22:25:18 +08:00
2025-11-02 18:07:33 +08:00
2025-12-22 09:03:50 +00:00
2025-10-26 06:20:33 +08:00
2025-12-12 09:13:15 +08:00
2025-09-23 13:35:08 -07:00
2025-08-14 09:34:38 +02:00
2025-08-14 09:34:38 +02:00
2025-12-26 09:51:47 +00:00
2025-08-14 09:34:38 +02:00
2025-12-16 13:46:08 -05:00
2025-12-28 14:26:29 +08:00
2025-08-14 09:34:38 +02:00
2025-01-07 09:15:10 +08:00
2025-10-04 04:28:30 +00:00
2025-08-14 09:34:38 +02:00
2025-01-02 05:51:03 -08:00
2025-11-20 12:33:02 +08:00
2025-08-14 09:34:38 +02:00
2025-10-11 09:54:35 -04:00
2025-08-14 09:34:38 +02:00
2025-11-16 20:36:07 -08:00
2025-08-14 09:34:38 +02:00
2025-10-31 12:33:01 -07:00
2025-08-14 09:34:38 +02:00
2025-12-26 08:30:21 +08:00
2025-08-14 09:34:38 +02:00
2025-12-14 09:28:13 +08:00
2025-08-14 09:34:38 +02:00
2025-02-26 16:54:37 +00:00
2025-08-18 11:03:08 +08:00
2025-08-14 09:34:38 +02:00
2025-08-27 10:17:12 +08:00
2025-08-14 09:34:38 +02:00
2024-11-16 09:55:41 +08:00
2025-12-29 07:56:45 +08:00
2025-08-14 09:34:38 +02:00
2025-10-08 06:29:00 +08:00
2025-04-28 10:10:11 +02:00
2025-12-15 13:55:15 -05:00
2025-10-10 07:14:50 -07:00
2025-08-31 05:29:43 +00:00
2025-08-14 09:34:38 +02:00
2025-09-12 07:32:42 +08:00
2025-08-14 09:34:38 +02:00
2025-10-10 07:14:50 -07:00
2025-12-20 18:38:11 -05:00
2025-08-14 09:34:38 +02:00
2025-10-14 18:48:27 -07:00
2025-10-10 07:14:50 -07:00
2025-12-24 09:43:42 +08:00
2025-08-14 09:34:38 +02:00
2025-10-04 04:28:30 +00:00
2025-08-14 09:34:38 +02:00
2025-10-14 08:46:54 +08:00
2025-08-14 09:34:38 +02:00
2025-12-20 18:38:11 -05:00
2025-08-14 09:34:38 +02:00
2025-08-14 09:34:38 +02:00
2025-08-14 09:34:38 +02:00
2025-03-08 05:45:39 +08:00
2025-08-14 09:34:38 +02:00
2025-08-14 09:34:38 +02:00
2025-10-04 04:28:30 +00:00
2025-08-14 09:34:38 +02:00
2025-05-02 09:28:50 +02:00
2025-12-28 14:26:29 +08:00
2025-08-14 09:34:38 +02:00
2024-01-24 16:36:25 -06:00
2024-01-15 09:37:53 +00:00
2024-07-30 07:35:25 +08:00
2025-10-04 04:28:30 +00:00
2025-08-14 09:34:38 +02:00
2025-10-25 06:48:04 +08:00
2025-12-07 15:13:31 -05:00
2025-08-14 09:34:38 +02:00
2025-02-25 13:09:01 +01:00
2025-08-14 09:34:38 +02:00
2025-08-14 09:34:38 +02:00
2025-09-06 08:03:57 +08:00
2025-08-14 09:34:38 +02:00
2025-08-14 09:34:38 +02:00
2025-08-14 09:34:38 +02:00
2025-01-13 13:16:41 +01:00
2025-09-22 07:30:00 +08:00
2025-08-14 09:34:38 +02:00
2024-08-08 08:11:53 +00:00
2025-08-14 09:34:38 +02:00
2025-08-14 09:34:38 +02:00
2025-12-25 15:38:45 +08:00
2025-12-25 15:38:45 +08:00
2025-08-20 21:45:49 -04:00
2024-06-11 11:11:38 +02:00
2025-12-07 15:13:31 -05:00
2025-08-14 09:34:38 +02:00
2025-10-05 10:46:10 -04:00
2025-08-14 09:34:38 +02:00
2025-08-26 13:48:53 -07:00
2025-12-20 18:38:11 -05:00
2025-08-14 09:34:38 +02:00
2025-09-26 00:29:40 -04:00
2025-08-14 09:34:38 +02:00
2025-12-17 00:46:41 -05:00
2025-08-14 09:34:38 +02:00
2024-11-04 13:12:33 +01:00
2025-12-20 18:38:11 -05:00
2025-08-14 09:34:38 +02:00
2025-12-28 07:01:45 +08:00
2025-09-26 00:29:40 -04:00
2025-08-14 09:34:38 +02:00
2025-11-28 10:10:31 +08:00
2025-12-28 08:14:45 +08:00
2025-08-14 09:34:38 +02:00
2025-12-28 08:14:45 +08:00
2025-11-28 10:10:31 +08:00
2025-08-14 09:34:38 +02:00
2025-12-08 01:42:26 -05:00
2025-08-14 09:34:38 +02:00
2025-11-21 08:02:20 +08:00
2025-08-14 09:34:38 +02:00
2025-12-27 13:56:34 +00:00
2025-10-10 07:14:50 -07:00
2025-10-04 04:28:30 +00:00
2025-08-14 09:34:38 +02:00
2025-12-21 10:41:53 +08:00
2025-08-14 09:34:38 +02:00
2025-11-16 20:36:07 -08:00
2025-12-29 07:56:45 +08:00
2025-08-14 09:34:38 +02:00
2025-09-26 00:29:40 -04:00
2025-09-29 07:02:01 -07:00
2025-09-26 00:29:40 -04:00
2025-02-25 23:40:21 +00:00
2025-12-28 14:26:29 +08:00
2025-12-28 14:26:29 +08:00
2025-12-15 14:01:27 -05:00
2025-08-14 09:34:38 +02:00
2025-08-14 09:34:38 +02:00
2025-08-14 09:34:38 +02:00
2025-10-05 10:46:10 -04:00
2025-08-14 09:34:38 +02:00
2024-07-07 07:21:14 +08:00
2025-08-14 09:34:38 +02:00
2025-08-14 09:34:38 +02:00
2025-12-15 14:01:27 -05:00
2025-08-14 09:34:38 +02:00
2025-12-28 14:26:29 +08:00
2025-08-14 09:34:38 +02:00
2025-10-05 10:46:10 -04:00
2025-08-14 09:34:38 +02:00
2025-06-09 18:57:28 +02:00
2025-08-14 09:34:38 +02:00
2025-08-14 09:34:38 +02:00
2025-01-23 17:26:10 +01:00
2025-12-26 08:30:21 +08:00
2025-09-13 13:34:58 -07:00
2025-12-12 08:14:58 +08:00
2025-08-14 09:34:38 +02:00
2025-10-04 04:28:30 +00:00
2025-08-14 09:34:38 +02:00
2025-12-20 18:38:11 -05:00
2025-08-14 09:34:38 +02:00
2025-12-29 16:30:23 -06:00
2025-08-14 09:34:38 +02:00
2025-10-04 04:28:30 +00:00
2025-08-14 09:34:38 +02:00
2025-10-04 04:28:30 +00:00
2025-08-14 09:34:38 +02:00
2025-08-14 09:34:38 +02:00
2025-08-14 09:34:38 +02:00
2025-05-01 10:06:08 -05:00
2025-08-14 09:34:38 +02:00
2025-08-14 09:34:38 +02:00
2025-10-26 06:18:13 +08:00
2025-08-14 09:34:38 +02:00
2025-09-13 14:57:04 -07:00
2025-08-14 09:34:38 +02:00
2025-09-13 22:49:50 -04:00
2025-12-02 10:51:22 -05:00
2025-08-14 09:34:38 +02:00
2025-12-28 08:14:45 +08:00
2025-08-14 09:34:38 +02:00
2025-12-06 20:33:02 -05:00
2025-08-14 09:34:38 +02:00
2025-12-25 03:38:50 -05:00
2025-12-01 02:34:51 -05:00
2025-11-19 20:43:15 -08:00
2025-12-16 12:55:32 +08:00
2025-12-21 20:31:05 +00:00
2025-12-21 10:41:53 +08:00
2025-11-28 11:27:19 -08:00
2025-08-14 09:34:38 +02:00