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

Switch chap tui to a multiline text field #30

Merged
merged 19 commits into from
Dec 12, 2023
Merged

Switch chap tui to a multiline text field #30

merged 19 commits into from
Dec 12, 2023

Conversation

jepler
Copy link
Owner

@jepler jepler commented Nov 16, 2023

due to technical limitations in textual there's no way to handle ctrl-enter (terminal emulator limitation) or alt-enter (textual limitation) so the submit key becomes F9.

it'd be nice someday to switch between single-line and multiline entry but not right now.

due to technical limitations in textual there's no way to handle
ctrl-enter (terminal emulator limitation) or alt-enter (textual limitation)
so the submit key becomes F9.

it'd be nice someday to switch between single-line and multiline entry but
not right now.
turns out I have some systems where I care about that :)
this made it necessary to plumb 'ctx' through some additional
places, all to make it easy to call BoolParamType().convert().
@jepler jepler merged commit 9f6ace3 into main Dec 12, 2023
5 checks passed
if TYPE_CHECKING:

def pyperclip_copy(data: str) -> None:
...

Check notice

Code scanning / CodeQL

Statement has no effect Note

This statement has no effect.
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.

1 participant