diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2007-04-03 09:24:04 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2007-04-03 09:24:04 +0000 |
commit | 3e6e347d13108544a19d97ee02d3494d89542acf (patch) | |
tree | e1564ed23ef2aefa224c41a0c21de19e7cf46bdf /FAQ | |
parent | 8d014d66da048366d3f0f6fab5a8eb08551dca5a (diff) | |
download | weechat-3e6e347d13108544a19d97ee02d3494d89542acf.zip |
Added question about copy/paste and nicklist in FAQ
Diffstat (limited to 'FAQ')
-rw-r--r-- | FAQ | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1,4 +1,4 @@ -WeeChat FAQ, 2007-03-29 +WeeChat FAQ, 2007-04-03 ======================= Intended audience: @@ -179,6 +179,16 @@ A: Yes, you have to use python script shell.py (available on WeeChat users, you can issue: /shell setenv LANG=en_US) +2.12 +================================================================================ +Q: With Curses GUI, how can I copy/paste text without pasting nicklist ? + +A: You can use a terminal with rectangular selection (like rxvt-unicode, + konsole, ...). + Other solution is to move nicklist to top or bottom, for example: + /set look_nicklist_position = top + + 3.1 ================================================================================ Q: How should I report bugs? |