update TODO

This commit is contained in:
Mitchell Hashimoto
2022-04-26 19:47:39 -07:00
parent 7025b53544
commit 9e6d38425a
2 changed files with 5 additions and 1 deletions

View File

@@ -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");