Skip to content

terminal-screen.c: fixed terminal_screen_is_text_unsafe()

ambdroid requested to merge (removed):master into master

The function caught \n but not \r, even though \r otherwise works the same as \n when pasting multiple commands. This is fixed.

Merge request reports