--- xfce4-terminal-0.8.10.old/terminal/terminal-screen.c +++ xfce4-terminal-0.8.10/terminal/terminal-screen.c @@ -1736,7 +1736,7 @@ static gboolean terminal_screen_is_text_unsafe (const gchar *text) { - return text != NULL && strchr (text, '\n') != NULL; + return 0; } ====== end of patch ======