-
Notifications
You must be signed in to change notification settings - Fork 72
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
Add support for the linewrap escape sequence #228
Comments
I would gladly accept a PR of the suggested design into next release, be sure to use rmam and smam terminal capabilities Thank you! |
Thanks for the response, I've only scoured through the code for a couple minutes so I've only got a very loose understanding of this. I am currently working on some other stuff, so I'd try forking and submitting a PR when I'm free :) |
I think we'd need to see what you implemented in order to assist. My guess is it's something in your context manager as I can do this with the current release.
|
Hello, I've been using this library for a project and its amazing, one thing I felt was missing was the ability to enable or disable auto linewrap (documentation here). This is particularly useful as if by chance any text were to overflow, it won't interfere with any other lines.
For example, this is how its done in bash or any other shell scripts:
Once added, this feature could possibly be used like this:
The text was updated successfully, but these errors were encountered: