mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 00:06:09 +03:00
Merge pull request #535 from rockorager/fix-xtversion
terminal: use ST instead of BEL terminator for XTVERSION
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