mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Do not set title for the GNU Screen, because it beeps.
This commit is contained in:
parent
416d7fac7d
commit
9c0d7dde79
@ -413,7 +413,7 @@ set_window_title(unsigned char *title, int codepage)
|
||||
|
||||
#ifndef HAVE_SYS_CYGWIN_H
|
||||
/* Check if we're in a xterm-like terminal. */
|
||||
if (!is_xterm() && !is_gnuscreen()) return;
|
||||
if (!is_xterm()) return;
|
||||
#endif
|
||||
|
||||
if (!init_string(&filtered)) return;
|
||||
|
Loading…
Reference in New Issue
Block a user