Firstly - thank you for Terminal::Print! I'm now using it as the frontend for a number of my scripts.
I'm encountering a problem, however, when using DecodedInput (although it may be due to not closing the Supply properly?).
The following code does not return the terminal to its initial state:
use Terminal::Print;
use Terminal::Print::DecodedInput;
my $tp = Terminal::Print.new;
$tp.initialize-screen;
my $in-supply = decoded-input-supply;
$tp.shutdown-screen;
Do I need to do something to the supply to make sure if shuts down correctly?
Firstly - thank you for Terminal::Print! I'm now using it as the frontend for a number of my scripts.
I'm encountering a problem, however, when using DecodedInput (although it may be due to not closing the Supply properly?).
The following code does not return the terminal to its initial state:
Do I need to do something to the supply to make sure if shuts down correctly?