I'm trying to run an application sbopkg
that uses a curses interface in an ssh session running under GNU Screen (Tmux also has the same behavior). If I run ssh
directly from the terminal emulator (either iTerm2 or Terminal on OS X), then I don't see any blank spaces.
Why am I seeing these blank spaces? Is there a way to configure screen
or ssh
to avoid this?
defbce on
to my.screenrc
fixed the issue. – Greg Nisbet Nov 12 '16 at 20:28