You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking at creating an application similar to k9s which has the feature where within the curses application you can edit text via whatever your $EDITOR environment variable is set to. It does the following:
suspends k9s
opens given editor (emacs, vim, vi, etc.) via exec
resume k9s for terminal keyboard events etc.
I have started to experiment with exposing this in textual but can't seem to "resume" textual after stopping the driver. I'm likely doing this the wrong way. It doesn't seem to respond to keyboard events after calling self._driver.start_application_mode().
If possible it would be nice to have a way to easily suspend/resume the given textual application.
To be added by @willmcgugan
I'm looking at creating an application similar to k9s which has the feature where within the curses application you can edit text via whatever your $EDITOR environment variable is set to. It does the following:
I have started to experiment with exposing this in textual but can't seem to "resume" textual after stopping the driver. I'm likely doing this the wrong way. It doesn't seem to respond to keyboard events after calling
self._driver.start_application_mode()
.If possible it would be nice to have a way to easily suspend/resume the given textual application.
The text was updated successfully, but these errors were encountered: