Add note about term option for .screenrc file in user guide
This commit is contained in:
parent
be48a1e763
commit
a477debb46
@ -895,6 +895,12 @@ Some recommended values for 'TERM' if you want 256 colors:
|
||||
* under screen: 'screen-256color'
|
||||
* outside screen: 'xterm-256color', 'rxvt-256color', 'putty-256color',...
|
||||
|
||||
If you are using screen, you can add this line to your '~/.screenrc':
|
||||
|
||||
----------------------------------------
|
||||
term screen-256color
|
||||
----------------------------------------
|
||||
|
||||
If your 'TERM' variable has wrong value and that WeeChat is already running,
|
||||
don't panic! You can change it without restarting, thanks to script 'shell.py':
|
||||
|
||||
|
@ -893,6 +893,12 @@ Some recommended values for 'TERM' if you want 256 colors:
|
||||
* under screen: 'screen-256color'
|
||||
* outside screen: 'xterm-256color', 'rxvt-256color', 'putty-256color',...
|
||||
|
||||
If you are using screen, you can add this line to your '~/.screenrc':
|
||||
|
||||
----------------------------------------
|
||||
term screen-256color
|
||||
----------------------------------------
|
||||
|
||||
If your 'TERM' variable has wrong value and that WeeChat is already running,
|
||||
don't panic! You can change it without restarting, thanks to script 'shell.py':
|
||||
|
||||
|
@ -915,6 +915,12 @@ Quelques valeurs recommandées pour 'TERM' si vous voulez 256 couleurs :
|
||||
* sous screen : 'screen-256color'
|
||||
* en dehors de screen : 'xterm-256color', 'rxvt-256color', 'putty-256color', ...
|
||||
|
||||
Si vous utilisez screen, vous pouvez ajouter cette ligne dans votre '~/.screenrc':
|
||||
|
||||
----------------------------------------
|
||||
term screen-256color
|
||||
----------------------------------------
|
||||
|
||||
Si votre variable 'TERM' a une valeur erronée et que WeeChat est déjà lancé,
|
||||
ne paniquez pas ! Vous pouvez la changer sans redémarrer, grâce au script
|
||||
'shell.py' :
|
||||
|
@ -911,6 +911,12 @@ Some recommended values for 'TERM' if you want 256 colors:
|
||||
* under screen: 'screen-256color'
|
||||
* outside screen: 'xterm-256color', 'rxvt-256color', 'putty-256color',...
|
||||
|
||||
If you are using screen, you can add this line to your '~/.screenrc':
|
||||
|
||||
----------------------------------------
|
||||
term screen-256color
|
||||
----------------------------------------
|
||||
|
||||
If your 'TERM' variable has wrong value and that WeeChat is already running,
|
||||
don't panic! You can change it without restarting, thanks to script 'shell.py':
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user