-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Return in single line should submit #48
Comments
Why? So I need to make a form incomplete to be able to add a newline? (if parsomething ever gets in unravel, then you will have complete forms 99% of the time). Also: ^J doesn't work for me for run, it inserts |
How do you mean? My reasoning was (
I'd expect that to submit the form rather than insert a newline |
*submit the line |
Then how do you insert a newline? If you assume that the only way to insert a newline is to have an unbalanced input then it's not going to play well with parfix (or parinfer when/if we try it). What about "double return"? (a quick double stroke on the return key) Ctrl+Return is not bad but we can't get it (is it just a problem with |
If you're in a single line and press Return, that should submit the form irrespective of cursor position - unless it's incomplete.
The text was updated successfully, but these errors were encountered: