pboy icon indicating copy to clipboard operation
pboy copied to clipboard

Redraw interface after launching external viewer

Open n-st opened this issue 7 years ago • 1 comments

GUI programs tend to output warnings on their stdout or stderr. In paperboy, those warnings overwrite part of the user interface: Screenshot

It should be sufficient to redraw the interface when the external viewer terminates, as paperboy is unresponsive while waiting for the external program anyway.

n-st avatar Apr 21 '19 21:04 n-st

Thanks for raising this! I will try to reproduce this and see if I can figure out how to suppress the output of the child program, or redraw when necessary.

2mol avatar Apr 22 '19 07:04 2mol