mirror of
https://github.com/MidnightCommander/mc
synced 2025-02-22 02:04:22 +03:00
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:
parent
02a6ba32be
commit
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>
|
||||
|
||||
* 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user