You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then I press CTRL-C, SIGINT is trapped by pry and that's fine.
I close the pry session with exit or CTRL-D and the terminal is left in raw mode. I have to run reset to restore it.
Verified with pry 0.14 and 0.13.1 on Ubuntu 21.04 (development)
Does not happen on Ubuntu 20.10
The text was updated successfully, but these errors were encountered:
I run this simple code:
Then I press CTRL-C, SIGINT is trapped by pry and that's fine.
I close the pry session with exit or CTRL-D and the terminal is left in raw mode. I have to run
reset
to restore it.Verified with pry 0.14 and 0.13.1 on Ubuntu 21.04 (development)
Does not happen on Ubuntu 20.10
The text was updated successfully, but these errors were encountered: