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
I saw 'Press SIGINT to exit Interactive Terminal Mode' tonight, after going in and out of ctty while debugging niim debugging raw_readln.
I'm pretty sure this is because we lost track of whether the outer niim's tty should have been in raw mode or not, and that's probably because it's a binary toggle storage instead of a stack.
The text was updated successfully, but these errors were encountered:
wesgarland
changed the title
Stack-based raw entry/exit
Stack-based setRawMode around ITM
May 5, 2020
I saw 'Press SIGINT to exit Interactive Terminal Mode' tonight, after going in and out of ctty while debugging niim debugging raw_readln.
I'm pretty sure this is because we lost track of whether the outer niim's tty should have been in raw mode or not, and that's probably because it's a binary toggle storage instead of a stack.
The text was updated successfully, but these errors were encountered: