-
Notifications
You must be signed in to change notification settings - Fork 203
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
Add suspend for vty #1080
base: master
Are you sure you want to change the base?
Add suspend for vty #1080
Conversation
I think vty still doesn't handle the suspend signal properly, see #152 and jtdaugherty/vty#120. So I think this won't work properly. |
In my environment, suspend and wake-up work. |
I tried userForceRefresh by sigCONT. See below.
|
I'll try setAttrs of vty after wake-up. |
+1, I wanted this today while using hledger-ui. Does this change need to be submitted as a PR to vty ? |
@junjihashimoto: FWIW I used your code in another project, and just calling vty's |
Good, thx! |
@simonmichael |
@junjihashimoto sorry the details have slipped my memory, I will point to my solution recorded there and the source of suspendAndResume. |
This PR adds suspend-function for vty.