mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-25 13:16:11 +03:00
terminal: use ST instead of BEL terminator for XTVERSION
The XTVERSION response should use a string terminator instead of a bell. Most terminals can handle the bell, however specifically tmux does not like it. Fixes: #534
This commit is contained in:
@ -1697,7 +1697,7 @@ const StreamHandler = struct {
|
|||||||
var buf: [288]u8 = undefined;
|
var buf: [288]u8 = undefined;
|
||||||
const resp = try std.fmt.bufPrint(
|
const resp = try std.fmt.bufPrint(
|
||||||
&buf,
|
&buf,
|
||||||
"\x1BP>|{s} {s}\x07",
|
"\x1BP>|{s} {s}\x1B\\",
|
||||||
.{
|
.{
|
||||||
"ghostty",
|
"ghostty",
|
||||||
build_config.version_string,
|
build_config.version_string,
|
||||||
|
Reference in New Issue
Block a user