mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-29 18:51:15 -03:00
Fix stale references to getch()
This commit is contained in:
@@ -80,7 +80,7 @@ sendline(r"")
|
||||
expect_prompt()
|
||||
|
||||
# As before but it comes after the ESC.
|
||||
# The signal will arrive while we are waiting in getch_timed().
|
||||
# The signal will arrive while we are waiting in readch_timed().
|
||||
send("abc\x1b")
|
||||
sleep(0.05)
|
||||
os.kill(sp.spawn.pid, signal.SIGUSR1)
|
||||
|
||||
Reference in New Issue
Block a user