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
> OPOST Enable implementation-defined output processing.
According to [1] this is likely only turning "\n" into "\r\n", which is
required when another thread is dumping output, where currently this
would result into the following with pdb++:
waited
waited
waited
(Pdb++) --Return--
> /…/t-threads.py(19)__t2__()->None
-> __import__('pdb').pdb.set_trace()
1: https://viewsourcecode.org/snaptoken/kilo/02.enteringRawMode.html#turn-off-all-output-processing
0 commit comments