Age | Commit message (Collapse) | Author |
|
|
|
buffer is displayed at bottom
A regression was introduced by commit bee56c3b7fa6ef0ce820a8f0a7e5e51b95aa3fab
(/window scroll_beyond_end).
Scenario to reproduce the problem, for example on an IRC channel with a long
history (more than two pages):
/window page_up
/window page_down
<type some text and send to channel>
It will display -MORE(1)- instead of automatically scrolling to bottom of
buffer.
|
|
(bug #39621)
|
|
script (/script show)
|
|
|
|
|
|
the commands fit on a single line
|
|
interface is initialized
|
|
modes on server (bug #39582)
|
|
|
|
The AND ("&&") takes precedence over the OR ("||").
Before the fix:
>> 1 || 1 && 0
== [0]
After the fix:
>> 1 || 1 && 0
== [1]
Since the "&&" has higher priority, expression is evaluated as:
"1 || (1 && 0)".
|
|
(bug #39548)
|
|
option aspell.color.suggestions
|
|
option weechat.network.gnutls_ca_file (task #12725)
|
|
(bug #39538)
|
|
|
|
(and not beyond the end)
|
|
|
|
weechat.look.hotlist_suffix (task #12730) (patch from Nils Görs)
|
|
|
|
(bug #39415)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
with a NULL value (bug #39419)
|
|
A "-dummy" option has been added too, just to prevent accidental completion with
"-quit" (which is the first option completed).
Thanks to stfn for initial patch.
|
|
|
|
|
|
|
|
Example of char causing problems: U+26C4 (snowman without snow)
|
|
|
|
dictionaries
|
|
The user's guide is better to view WeeChat default keys.
|
|
japanese)
|
|
join, network or quit is set to empty string) (bug #39218)
|
|
|
|
|
|
|
|
|
|
|