Merge pull request #535 from rockorager/fix-xtversion

terminal: use ST instead of BEL terminator for XTVERSION
This commit is contained in:
Mitchell Hashimoto
2023-09-25 11:11:03 -07:00
committed by GitHub

View File

@ -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,