mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-19 05:50:27 +00: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