The source project of this merge request has been removed.
terminal-screen.c: fixed terminal_screen_is_text_unsafe()
The function caught \n
but not \r
, even though \r
otherwise works the same as \n
when pasting multiple commands. This is fixed.