mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2024-11-18 09:51:06 +01:00
Make TerminalSession#clear block until the screen is cleared
This commit is contained in:
parent
2c465a932a
commit
5151adfe40
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ class TerminalSession
|
|||
|
||||
def clear
|
||||
send_keys('C-l')
|
||||
sleep(0.1) until content == ''
|
||||
end
|
||||
|
||||
def destroy
|
||||
|
|
Loading…
Reference in a new issue