micro: terminal entry not found
When I run micro regardless of input, I get terminal entry not found and the process exits. I’m using zsh inside tmux in iterm without the tmux/iterm integration stuff, which may be confusing isatty?
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 30 (11 by maintainers)
tmux-256color is not happy with this. You can alias micro to
TERM=xterm-256color micro ...to get around it.
This should be fixed in v1.4.1 without the need for the
mkinfoprogram.I had my TERM as xterm-termite and changing it to xterm-256color temporarily worked well. Aliasing micro to TERM=xterm-256color micro as @seanlaguna said works well.
@hughrawlinson did you end up making it work? I have the same setup but when running
env,TERMis set toscreen-256color.