Sébastien Helleu

Results 282 comments of Sébastien Helleu

The strings "└─" and "├─" are dynamically displayed by WeeChat, they're NOT part of the line at all. I wouldn't recommend to use that as a real prefix in the...

Maybe the dim feature could be part of WeeChat, with a customizable color, so that it would be properly displayed without the need of a trigger that inserts colors, the...

@HaxNet: is it after an upgrade to version 4.8.0? Because a bug was present in this version (fixed in 4.8.1), that prevents options `irc.msgbuffer.*` to be created, so you might...

Hi, How do you setup WeeChat address on HexChat side? According to the error it might be caused by the use of a name that is invalid for GnuTLS, for...

Hi, The port can already be configured in the relay, so if I understand you need to configure the `/api` (currently hardcoded), so that you can change it to eg...

Ah no I was wrong, I think you want to do: ``` /remote add weechat http://localhost:9000/some/path/here ``` Right? Then WeeChat would add `/api` after when doing requests, like this: ```...

Hello, This is the indented behavior, but probably not documented enough: you have an option `weechat.completion.partial_completion_templates` which contains templates for which the partial completion is "reversed" (thus the variable `reverse_partial_completion`...

> Also a useful completion enhancement would be to expand from a partial completion to full completions if you press _Tab_ multiple times, like zsh and some other shells do....

So what I propose to simplify this, which some changes on current behavior, but I think it's better: - option `weechat.completion.partial_completion_templates`: always make partial completion on these templates, whatever the...

Good point for the name of the option, I'm going to change it.