Skip to content

Commit

Permalink
fixed annoying issue on cross-terminal prints when typing on keyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
paolo-sz committed Apr 21, 2020
1 parent b1ec8d3 commit 885a0d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/childxx.cc
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ void child_proc() {
kb_input = false;
if (cfg.display_speedup)
// undocumented safeguard in case something goes wrong here
(win_update_now)(child_p->term);
(win_update_term)(child_p->term, false);
}
if (log_fd >= 0 && logging)
write(log_fd, buf, len);
Expand Down

0 comments on commit 885a0d9

Please sign in to comment.