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

implementing the ability to edit messages rather than cancel them unxpectedly on certain keypresses #296

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

proycon
Copy link

@proycon proycon commented Dec 13, 2022

This implements a solution for #293, albeit a bit of a hacky one: left arrow does the same as backspace, other control characters open up the editor for further message editing

…xpectedly on certain keypresses paul-nameless#293

This is a bit hacky... left arrow does the same as delete, other control
character open up the editor for further message editing
Copy link

@arza-zara arza-zara left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Decent workaround but we could maybe use curses.textpad for easier key handling.

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

Successfully merging this pull request may close these issues.

2 participants