Support multi-line prompts from byte output #354
Closed
Milestone
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now multi-line prompts can only be built when using the values output (i.e. using
put
). This works:edit:prompt = { put (pwd)"\n> " }
But this doesn't:
This seems like an unnecessary restriction.
The text was updated successfully, but these errors were encountered: