Hi,
I have an issue and don't see obvious ways to solve it...
I have program based on gocui, it has keybinding with a function which generates text and sends it to the pager's stdin. But after closing the pager, all previous gocui interface becomes broken, but still working.
So how can I safely return to the gocui mode and continue the program?
Hi, I have an issue and don't see obvious ways to solve it...
I have program based on gocui, it has keybinding with a function which generates text and sends it to the pager's stdin. But after closing the pager, all previous gocui interface becomes broken, but still working.
So how can I safely return to the gocui mode and continue the program?
Simplified example, here.