summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '.profile')
-rw-r--r--.profile6
1 files changed, 6 insertions, 0 deletions
diff --git a/.profile b/.profile
index 3353aca..5229315 100644
--- a/.profile
+++ b/.profile
@@ -13,3 +13,9 @@ PATH="${HOME}/bin:${PATH}"
[ "${PS1+set}" = 'set' ] || return
PATH="${HOME}/ibin:${PATH}"
+
+# VTE claims to be xterm-256color, but the ncurses terminfo definitions for
+# xterm and vte terminals have diverged so much that lxdialog rendering is
+# screwed up with terminfo from ncurses 6.1 (but was OK in 5.9). VTE should be
+# more honest. It's OK to be different, VTE. We'll love you just the same.
+[ "${DISPLAY:+set}" = 'set' ] && TERM='vte-2014'