Age | Commit message (Collapse) | Author |
|
|
|
|
|
in command /exec
|
|
|
|
|
|
|
|
-nf: create a new buffer with free content
-cl: clear new buffer
-nocl: append in new buffer
|
|
|
|
It is possible to force shell by default with this command:
/set exec.command.default_options "-sh"
|
|
|
|
|
|
by "auto"
|
|
|
|
|
|
|
|
|
|
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").
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
displayed before
|
|
|