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
When editing using the Black Shell, we would like to see our code as it changes.
Currently (sometimes) the old shell uses display to output what has changed.
So set-pp does not output anything, but try (inline ...) does. This should be possible
to customize. Perhaps with a (hidden) MVar.
The text was updated successfully, but these errors were encountered:
When editing using the Black Shell, we would like to see our code as it changes.
Currently (sometimes) the old shell uses
display
to output what has changed.So
set-pp
does not output anything, buttry (inline ...)
does. This should be possibleto customize. Perhaps with a (hidden)
MVar
.The text was updated successfully, but these errors were encountered: