mirror of
1
0
Fork 0

Revert "use send-keys -R to clear terminal and remove the sleep call", fixes #538

Instead, increase the sleep delay
This commit is contained in:
Gregory Pakosz 2021-11-30 07:27:23 +01:00
parent a453b7fe60
commit 985d64c82e
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ set -g display-time 1000 # slightly longer status messages display time
set -g status-interval 10 # redraw status line every 10 seconds set -g status-interval 10 # redraw status line every 10 seconds
# clear both screen and history # clear both screen and history
bind -n C-l send-keys -R \; clear-history bind -n C-l send-keys C-l \; run 'sleep 0.2' \; clear-history
# activity # activity
set -g monitor-activity on set -g monitor-activity on