mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-07-29 11:57:57 +00:00
update TODO
This commit is contained in:
@@ -129,7 +129,7 @@ pub fn create(alloc: Allocator, loop: libuv.Loop) !*Window {
|
||||
return error.CommandNotFound;
|
||||
defer alloc.free(path);
|
||||
|
||||
var env = std.BufMap.init(alloc);
|
||||
var env = try std.process.getEnvMap(alloc);
|
||||
defer env.deinit();
|
||||
try env.put("TERM", "dumb");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user