mirror of
https://github.com/tmux/tmux.git
synced 2024-11-18 02:18:53 +00:00
Tweak some more.
This commit is contained in:
parent
31509a8aa4
commit
0e736bf3d7
11
FAQ
11
FAQ
@ -22,6 +22,11 @@ include as much of the following information as possible:
|
|||||||
|
|
||||||
Please send feature requests by email to nicm@users.sourceforge.net.
|
Please send feature requests by email to nicm@users.sourceforge.net.
|
||||||
|
|
||||||
|
* Why do you use the screen termcap inside tmux? It sucks.
|
||||||
|
|
||||||
|
It is already widely available. It is planned to change to something else
|
||||||
|
such as xterm-color at some point, if possible.
|
||||||
|
|
||||||
* tmux freezes my terminal when I attach to a session. I even have to kill -9
|
* tmux freezes my terminal when I attach to a session. I even have to kill -9
|
||||||
the shell it was started from to recover!
|
the shell it was started from to recover!
|
||||||
|
|
||||||
@ -65,10 +70,10 @@ attaching a client to a tmux session:
|
|||||||
* How do I use a 256 colour terminal?
|
* How do I use a 256 colour terminal?
|
||||||
|
|
||||||
tmux will attempt to detect a 256 colour terminal both by looking at the Co
|
tmux will attempt to detect a 256 colour terminal both by looking at the Co
|
||||||
termcap entry and, as this is broken on some platforms for some terminals such
|
termcap entry and, as this is broken for some terminals such as xterm-256color,
|
||||||
as xterm-256color, by looking for the string "256col" in the termcap name.
|
by looking for the string "256col" in the termcap name.
|
||||||
|
|
||||||
If both these methods failed, the -2 flag may be passed to tmux when attaching
|
If both these methods fail, the -2 flag may be passed to tmux when attaching
|
||||||
to a session to indicate the terminal supports 256 colours.
|
to a session to indicate the terminal supports 256 colours.
|
||||||
|
|
||||||
* vim or $otherprogram doesn't display 256 colours. What's up?
|
* vim or $otherprogram doesn't display 256 colours. What's up?
|
||||||
|
Loading…
Reference in New Issue
Block a user