diff options
author | Joram Schrijver <i@joram.io> | 2020-05-22 02:29:31 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-06-07 11:07:03 +0200 |
commit | cac45aab469510bff21fef10cdd1a71b137c1a56 (patch) | |
tree | 17dbd3b98671a82be7dbde583db65aec227c8320 /tools | |
parent | e784a994b5f3759ffcc0d8c581c4ec09170a3067 (diff) | |
download | weechat-cac45aab469510bff21fef10cdd1a71b137c1a56.zip |
guile: fix printing of output to buffer (issue #1098)
The support for Guile 2.2 did not implement the custom port correctly,
and did not configure it to be the default output port. This caused
output from Guile to be printed straight to the TTY, breaking the
WeeChat interface.
Note that the port is unbuffered, so that code like
(display "test")
immediately results in output, without an explicit call to force-output.
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions