Age | Commit message (Collapse) | Author |
|
|
|
focus (issue #1295)
|
|
beginning of command line
The space can be added in option weechat.completion.nick_completer
(this is now the default value of the option):
/set weechat.completion.nick_completer ": "
|
|
The following special sequences are not supported in regular expressions on
FreeBSD:
- "\w": replaced with "[a-zA-Z0-9_]"
- "\S": replaced with "[^ ]" (it should be "[^ \t\n\r\f\v]", but in practice
only spaces could be a problem when we use this sequence).
|
|
|
|
(same action as F1/F2)
|
|
(same action as F11/F12)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#1286)
|
|
|
|
|
|
guide) (closes #1284)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(closes #1280)
|
|
|
|
|
|
|
|
|
|
|
|
A number of spelling/grammar fixes, some restructured sentences to improve
readability and replacement of previous names for Apple Macintosh's OS with the
current 'macOS' name.
Also added some more references to User's guide documentation sections.
Also clarified that a window can not only display 1 buffer, but also a set of
merged buffers.
Finally, added a version note about the /script command.
|
|
|
|
|
|
WeeChat home (deleted on exit)
|
|
|
|
API reference)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix regex in relay.network.allowed_ips doc
|
|
|
|
authentication factor in weechat protocol
|
|
|
|
string_{encode,decode}_base64
|