Bugfix: render bars after the first chunk of JSON (Thanks javier)
fixes #1315
This commit is contained in:
parent
04d292375d
commit
686a40e384
|
@ -371,7 +371,7 @@ void stdin_io_first_line_cb(struct ev_loop *loop, ev_io *watcher, int revents) {
|
||||||
if (config.hide_on_modifier) {
|
if (config.hide_on_modifier) {
|
||||||
stop_child();
|
stop_child();
|
||||||
}
|
}
|
||||||
read_json_input(buffer + consumed, rec - consumed);
|
draw_bars(read_json_input(buffer + consumed, rec - consumed));
|
||||||
} else {
|
} else {
|
||||||
/* In case of plaintext, we just add a single block and change its
|
/* In case of plaintext, we just add a single block and change its
|
||||||
* full_text pointer later. */
|
* full_text pointer later. */
|
||||||
|
|
Loading…
Reference in New Issue