Skip to content
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

Expand line breaks correctly #1

Open
ostcrom opened this issue Oct 8, 2020 · 1 comment
Open

Expand line breaks correctly #1

ostcrom opened this issue Oct 8, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@ostcrom
Copy link
Owner

ostcrom commented Oct 8, 2020

Currently, if a user enters a multi line string, that is a string containing "\n" line break, the output is type on a single line. In wsdaemon.py, the "execute_expansion" function needs to be modified to check for line breaks and react accordingly (if char is "" and next char is "n", send "Enter" key press.)

@ostcrom ostcrom added the enhancement New feature or request label Oct 8, 2020
@ostcrom ostcrom self-assigned this Oct 8, 2020
@gdandersson
Copy link

Yes please!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants