Skip to content
This repository has been archived by the owner on Jan 14, 2024. It is now read-only.

Commit

Permalink
#57: Optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Nov 11, 2020
1 parent 04e4e1f commit 30d7f78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rkd/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ def push_output(process, primary_fd, out_buffer: TextBuffer, process_state: Proc
# terminal window size updating
if should_update_terminal_size and time() - last_terminal_update >= terminal_update_time:
copy_terminal_size(sys.stdout, primary_fd)
last_terminal_update = time()

# propagate to stdout
if o:
Expand Down

0 comments on commit 30d7f78

Please sign in to comment.