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.
Этот коммит содержится в:
родитель
02a6ba32be
Коммит
42e09b6cf8
@ -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>
|
1999-09-21 Federico Mena Quintero <federico@redhat.com>
|
||||||
|
|
||||||
* dlg.c (dlg_broadcast_msg_to): Sigh. Put in a GrossHack(tm) to
|
* dlg.c (dlg_broadcast_msg_to): Sigh. Put in a GrossHack(tm) to
|
||||||
|
@ -2373,7 +2373,9 @@ OS_Setup ()
|
|||||||
|
|
||||||
termvalue = getenv ("TERM");
|
termvalue = getenv ("TERM");
|
||||||
if (!termvalue){
|
if (!termvalue){
|
||||||
|
#ifndef HAVE_X
|
||||||
fprintf (stderr, _("The TERM environment variable is unset!\n"));
|
fprintf (stderr, _("The TERM environment variable is unset!\n"));
|
||||||
|
#endif
|
||||||
termvalue = "";
|
termvalue = "";
|
||||||
}
|
}
|
||||||
#ifndef HAVE_X
|
#ifndef HAVE_X
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user