Age | Commit message (Collapse) | Author |
|
|
|
(closes #27)
|
|
|
|
|
|
|
|
It is possible to force shell by default with this command:
/set exec.command.default_options "-sh"
|
|
|
|
The bug was introduced by commit 8fac1eea40d6306c27bd854f8ae7bd0c35632fc9
which purpose was to not scroll to the end of buffer with "/window scroll -N"
when the top of buffer is displayed.
This commit is adding the syntax "--N" to force a scroll from the end (only
used by "/window scroll_bottom").
|
|
|
|
|
|
|
|
|
|
|
|
|
|
by "auto"
|
|
|
|
"string"
|
|
|
|
|
|
|
|
Looks like the variable name "stdout" is a problem on OpenBSD (macro?).
So "stdout" and "stderr" are renamed to "out" an "err".
|
|
|
|
|
|
|
|
|
|
|
|
The ANSI colors are decoded by default to WeeChat colors (for local display),
or IRC colors (if output is sent to buffer with "-o").
|
|
|
|
New modifier:
- color_decode_ansi: convert ANSI colors to WeeChat colors (or remove colors).
New infos:
- color_ansi_regex: regex used to parse ANSI colors in a string
- color_term2rgb: convert a terminal color (0-255) to RGB
- color_rgb2term: convert a RGB color to terminal color (0-255)
|
|
|
|
|
|
This was broken before the previous change, since remote_address was
just a zero'd out struct.
|
|
Hopefully this addresses #25.
|
|
|
|
weechat.look.highlight
|
|
The function weechat_string_split() collapses many separators (here "\n"),
so empty lines were removed and not displayed.
For example, if output is "Line1\n\nEnd\n", the empty line between "Line1"
and "End" was not displayed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
talisein-master
|
|
|