1999-11-02 Miguel de Icaza <miguel@gnu.org>

* main.c (OS_Setup): Do not warn if TERM is not set for the GNOME edition.
This commit is contained in:
Miguel de Icaza 1999-11-02 21:39:36 +00:00
parent 02a6ba32be
commit 42e09b6cf8
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
1999-11-02 Miguel de Icaza <miguel@gnu.org>
* main.c (OS_Setup): Do not warn if TERM is not set for the GNOME edition.
1999-09-21 Federico Mena Quintero <federico@redhat.com>
* dlg.c (dlg_broadcast_msg_to): Sigh. Put in a GrossHack(tm) to

View File

@ -2373,7 +2373,9 @@ OS_Setup ()
termvalue = getenv ("TERM");
if (!termvalue){
#ifndef HAVE_X
fprintf (stderr, _("The TERM environment variable is unset!\n"));
#endif
termvalue = "";
}
#ifndef HAVE_X