I have installed tmux from source on my localspace in Fedora. It was working nicely so far. But suddenly can not run it anymore, when run tmux, it just halts. Tried different co
You should be able to narrow down your problem a bit with a few of these tests:
Give it a shot from outside X11: Ctrl+Alt+F2 (or use ssh
from another computer)
Test if other terminal emulators work: script
and screen
Try another complicated terminal application: htop
and mc
Reset your TTY settings: stty sane
Check that your terminal identified: echo $TERM
(it should be something like "xterm" or "linux")
Make that your terminal capabilities file exists: ls -lh /usr/share/terminfo/*/$TERM