1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

Added question about $TERM value

This commit is contained in:
Sebastien Helleu
2006-07-29 20:10:51 +00:00
parent d861cb0fd3
commit aff43aa355
4 changed files with 46 additions and 4 deletions
+12 -1
View File
@@ -1,4 +1,4 @@
WeeChat FAQ, 2006-05-25
WeeChat FAQ, 2006-07-29
=======================
Intended audience:
@@ -139,6 +139,17 @@ A: You can use /lua command to load scripts (default path is
when WeeChat is starting up.
Lua scripts are not compatible with other IRC clients.
2.9
================================================================================
Q: When I'm using weechat under screen, I have weird chars, when I switch
window for example, how to fix that?
A: This may be caused by bad value of TERM variable (look at echo $TERM).
For example, "xterm-color" displays such weird chars, use "xterm" which
is ok (like many other values).
3.1
================================================================================
Q: How should I report bugs?
+11 -1
View File
@@ -1,4 +1,4 @@
WeeChat FAQ, 2006-05-25
WeeChat FAQ, 2006-07-29
=======================
Public concerné :
@@ -145,6 +145,16 @@ R: La commande /lua permet de charger les scripts Lua (le chemin par
Les scripts Lua ne sont pas compatibles avec d'autres clients IRC.
2.9
================================================================================
Q: Quand j'utilise weechat sous screen, j'ai des caractères bizarres
notamment en changeant de fenêtre, comment corriger ça ?
R: Cela peut être du à la variable TERM qui n'a pas la bonne valeur
(regardez echo $TERM). Par exemple "xterm-color" provoque ce genre de
problèmes, utilisez "xterm" qui est ok (comme plein d'autres valeurs).
3.1
================================================================================
Q: Comment dois-je reporter les bugs ?
+12 -1
View File
@@ -1,4 +1,4 @@
WeeChat FAQ, 2006-05-25
WeeChat FAQ, 2006-07-29
=======================
Intended audience:
@@ -139,6 +139,17 @@ A: You can use /lua command to load scripts (default path is
when WeeChat is starting up.
Lua scripts are not compatible with other IRC clients.
2.9
================================================================================
Q: When I'm using weechat under screen, I have weird chars, when I switch
window for example, how to fix that?
A: This may be caused by bad value of TERM variable (look at echo $TERM).
For example, "xterm-color" displays such weird chars, use "xterm" which
is ok (like many other values).
3.1
================================================================================
Q: How should I report bugs?
+11 -1
View File
@@ -1,4 +1,4 @@
WeeChat FAQ, 2006-05-25
WeeChat FAQ, 2006-07-29
=======================
Public concerné :
@@ -145,6 +145,16 @@ R: La commande /lua permet de charger les scripts Lua (le chemin par
Les scripts Lua ne sont pas compatibles avec d'autres clients IRC.
2.9
================================================================================
Q: Quand j'utilise weechat sous screen, j'ai des caractères bizarres
notamment en changeant de fenêtre, comment corriger ça ?
R: Cela peut être du à la variable TERM qui n'a pas la bonne valeur
(regardez echo $TERM). Par exemple "xterm-color" provoque ce genre de
problèmes, utilisez "xterm" qui est ok (comme plein d'autres valeurs).
3.1
================================================================================
Q: Comment dois-je reporter les bugs ?