diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-11-12 21:25:28 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-11-12 21:25:28 +0100 |
commit | b492c1b1e228e1469257cbabd4092e59fd314183 (patch) | |
tree | 974f0178352aeca58150f854c5deac51ac895a6e /doc/pl/weechat_user.pl.asciidoc | |
parent | 51abbf829a1cf8ed05bf13015a195fd727557915 (diff) | |
download | weechat-b492c1b1e228e1469257cbabd4092e59fd314183.zip |
core: add "tmux" and "tmux-256color" in supported $TERM values (closes #519)
Diffstat (limited to 'doc/pl/weechat_user.pl.asciidoc')
-rw-r--r-- | doc/pl/weechat_user.pl.asciidoc | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/doc/pl/weechat_user.pl.asciidoc b/doc/pl/weechat_user.pl.asciidoc index 9d280efb8..08455c3d9 100644 --- a/doc/pl/weechat_user.pl.asciidoc +++ b/doc/pl/weechat_user.pl.asciidoc @@ -1491,24 +1491,25 @@ limity dla kolorów w WeeChat: [width="50%",cols="8,>2,>2",options="header"] |=== -| $TERM | Kolory | Pary ^(1)^ -| "rxvt-unicode", "xterm", ... | 88 | 256 -| "rxvt-256color", "xterm-256color", ... | 256 | 32767 -| "screen" | 8 | 64 -| "screen-256color" | 256 | 32767 +| $TERM | Kolory | Pary +| "rxvt-unicode", "xterm", ... | 88 | 256 +| "rxvt-256color", "xterm-256color", ... | 256 | 256 +| "screen" | 8 | 64 +| "screen-256color" | 256 | 256 +| "tmux" | 8 | 64 +| "tmux-256color" | 256 | 256 |=== -[NOTE] -^(1)^ Nawet w przypadku, kiedy twój terminal obsługuje więcej niż 256 par, WeeChat -może użyć ich tylko 256, ze względu na ograniczenia ncurses. - Możesz wykonać `weechat --colors` lub użyć komendy `/color` w WeeChat, aby wyświetlić limity dla twojego środowiska. Niektóre z zalecanych wartości dla 'TERM' jeśli chcesz używać 256 kolorów: * dla screena: 'screen-256color' -* bez screena: 'xterm-256color', 'rxvt-256color', 'putty-256color', ... +// TRANSLATION MISSING +* under tmux: 'screen-256color' or 'tmux-256color' +// TRANSLATION MISSING +* outside screen/tmux: 'xterm-256color', 'rxvt-256color', 'putty-256color', ... [NOTE] Być może konieczne jest zainstalowanie pakietu "ncurses-term", w celu użycia |