diff options
author | Matt Wilson <msw@redhat.com> | 2000-06-19 17:14:13 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-06-19 17:14:13 +0000 |
commit | fb1c2e43ee172fab6f6333e2fd73bc080e33d738 (patch) | |
tree | 1fc6656b4cf9ff093b1cffa20708fc20ceb57f1d /anaconda | |
parent | 2ad82c650cf3f931981c5dd005323e75387e01bb (diff) | |
download | anaconda-fb1c2e43ee172fab6f6333e2fd73bc080e33d738.tar.gz anaconda-fb1c2e43ee172fab6f6333e2fd73bc080e33d738.tar.xz anaconda-fb1c2e43ee172fab6f6333e2fd73bc080e33d738.zip |
set terminal for xmode
Diffstat (limited to 'anaconda')
-rwxr-xr-x | anaconda | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 * |