summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-06-19 17:14:13 +0000
committerMatt Wilson <msw@redhat.com>2000-06-19 17:14:13 +0000
commitfb1c2e43ee172fab6f6333e2fd73bc080e33d738 (patch)
tree1fc6656b4cf9ff093b1cffa20708fc20ceb57f1d /anaconda
parent2ad82c650cf3f931981c5dd005323e75387e01bb (diff)
downloadanaconda-fb1c2e43ee172fab6f6333e2fd73bc080e33d738.tar.gz
anaconda-fb1c2e43ee172fab6f6333e2fd73bc080e33d738.tar.xz
anaconda-fb1c2e43ee172fab6f6333e2fd73bc080e33d738.zip
set terminal for xmode
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda1
1 files changed, 1 insertions, 0 deletions
diff --git a/anaconda b/anaconda
index 6cd389729..64b50cb14 100755
--- a/anaconda
+++ b/anaconda
@@ -319,6 +319,7 @@ if not instClass:
# we like to have a way to shoot text mode back at a display
if xmode:
+ os.environ["TERM"] = "xterm"
from gtk import *
from gnome.zvt import *