aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/pty-unix.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pty-unix.c b/src/pty-unix.c
index dc72972..0a4dc8b 100644
--- a/src/pty-unix.c
+++ b/src/pty-unix.c
@@ -60,6 +60,9 @@ void runes_pty_backend_spawn_subprocess(RunesTerm *t)
* can tell, it's not actually useful these days, given that terminfo
* databases are much more reliable than they were 10 years ago */
unsetenv("COLORTERM");
+ /* less sure about this one being useless, but leaving it unset for now
+ * until someone complains */
+ unsetenv("COLORFGBG");
/* this is used by, for instance, w3m */
sprintf(window_id, "%lu", runes_window_backend_get_window_id(t));