Skip to content
Discussion options

You must be logged in to vote

To clarify on the Ctrl+C front: that's something that's handled by Textual itself -- it's not that the key combination gets passed "up" and the operating system kills the application.

On your more general point, just to check I'm understanding things correctly: you want some way to start a tmux session, running a Textual app, and have it detach right away so you can come back to it later? (I ask only because Ctrl+B D works right now with Textual apps, if you're the one pressing it). If that's the case, would it not make more sense to create a detached session to start with?

I'm not really much of a tmux user but I believe this should work just fine:

$ tmux new-session -d my-textual-applic…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@evanpolster
Comment options

@davep
Comment options

Answer selected by evanpolster
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants