1
1

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.
Этот коммит содержится в:
Miguel de Icaza 1999-11-02 21:39:36 +00:00
родитель 02a6ba32be
Коммит 42e09b6cf8
2 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -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

Просмотреть файл

@ -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