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
Hi @phako first of all I'd like to say it's fantastic you refresh gtk-term which I use a lot =)
I always wished to have a command-line interface for gtk-term so that I could - from a script - disconnect, flash the usb-device and then reconnect the terminal.
I thought about using signals USR1 (connect) and USR2 (disconnect) but never found the time to start implementation.
What do you think about this proposal?
The text was updated successfully, but these errors were encountered:
Yes but no. Yes, sounds nice, no, no UNIX signals. I think it is easier (and cleaner) to add actions to the GApplication that will then be remotely callable using the app (That's just standard GLib stuff so basically for free). But that needs some further clean-up of the app, i.e. single instance, multiple windows
Hi @phako first of all I'd like to say it's fantastic you refresh gtk-term which I use a lot =)
I always wished to have a command-line interface for gtk-term so that I could - from a script - disconnect, flash the usb-device and then reconnect the terminal.
I thought about using signals USR1 (connect) and USR2 (disconnect) but never found the time to start implementation.
What do you think about this proposal?
The text was updated successfully, but these errors were encountered: