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

EditBox now uses urwid_readline library. Fixes #353 #472

Closed
wants to merge 1 commit into from

Conversation

danschwarz
Copy link
Collaborator

The urwid_readline library allows readline style key commands. Equivalent to readline with set -o emacs. ctrl-a, ctrl-e, ctrl-k, etc.
The library doesn't have a mode equivalent to set -o vi, unfortunately, but this will add functionality sufficient to fix 353.

@danschwarz danschwarz requested a review from ihabunek March 3, 2024 19:47
The urwid_readline library allows readline style key
commands. Equivalent to readline with set -o emacs.
ctrl-a, ctrl-e, ctrl-k, etc.
@ihabunek
Copy link
Owner

ihabunek commented Mar 9, 2024

Thanks, but I'm going to decline this one. Since tooi is coming along and aims to replace toot tui, I don't want to add new dependencies which are just used in the TUI, especially lesser known ones which are probably not packaged for various distros.

@ihabunek ihabunek closed this Mar 9, 2024
@danschwarz danschwarz deleted the fix353 branch March 10, 2024 17:50
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