mirror of
https://github.com/tmux/tmux.git
synced 2024-12-14 10:58:48 +00:00
Mention U8, from Carles Cufi.
This commit is contained in:
parent
9316b9b57a
commit
696d2889f4
9
FAQ
9
FAQ
@ -109,6 +109,15 @@ Or:
|
|||||||
And make sure that TERM outside tmux also shows 256 colours, or use the tmux -2
|
And make sure that TERM outside tmux also shows 256 colours, or use the tmux -2
|
||||||
flag.
|
flag.
|
||||||
|
|
||||||
|
* My tmux pane separators are dashed rather than continuous lines
|
||||||
|
|
||||||
|
Some terminals (such as mintty) or certain fonts (particularly some Japanese
|
||||||
|
fonts) do not correctly handle UTF-8 line drawing characters.
|
||||||
|
|
||||||
|
The U8 capability forces tmux to use ACS instead of UTF-8 line drawing:
|
||||||
|
|
||||||
|
set -as terminal-overrides ",*:U8=0"
|
||||||
|
|
||||||
* How do I make Ctrl-PgUp and Ctrl-PgDn work inside tmux?
|
* How do I make Ctrl-PgUp and Ctrl-PgDn work inside tmux?
|
||||||
|
|
||||||
tmux sends modified function keys using xterm(1)-style escape
|
tmux sends modified function keys using xterm(1)-style escape
|
||||||
|
Loading…
Reference in New Issue
Block a user