Description of the problem or steps to reproduce
- start tmux or screen (terminal multiplexers)
- try to select text using shift+arrow
- cursor does not move as long as I hold shift
Workaround:
- add options to tmux.conf
set -g default-terminal xterm
set-window-option -g xterm-keys on
with those settings, text selection in micro works, but they don't work so great for other applications - htop's display doesn't get updated properly, whether I use urxvt or xterm.
1.5) use a gnome-terminal-based terminal emulator (i tried mate-terminal)
With this, htop still looks a little funky, but at least there are no artifacts when using the search function.
Specifications
Commit hash: 5fc8f84
OS: Ubuntu 16.04
Terminal: urxvt, xterm, mate-terminal
Description of the problem or steps to reproduce
Workaround:
set -g default-terminal xterm
set-window-option -g xterm-keys on
with those settings, text selection in micro works, but they don't work so great for other applications - htop's display doesn't get updated properly, whether I use urxvt or xterm.
1.5) use a gnome-terminal-based terminal emulator (i tried mate-terminal)
With this, htop still looks a little funky, but at least there are no artifacts when using the search function.
Specifications
Commit hash: 5fc8f84
OS: Ubuntu 16.04
Terminal: urxvt, xterm, mate-terminal