mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 16:26:08 +03:00
set COLORTERM -- macOS uses this for emoji
This commit is contained in:
@ -79,6 +79,7 @@ pub fn init(alloc: Allocator, opts: termio.Options) !Exec {
|
||||
var env = try std.process.getEnvMap(alloc);
|
||||
defer env.deinit();
|
||||
try env.put("TERM", "xterm-256color");
|
||||
try env.put("COLORTERM", "truecolor");
|
||||
|
||||
// Build our subcommand
|
||||
var cmd: Command = .{
|
||||
|
Reference in New Issue
Block a user