Preserve screen
print "\e[?1049h\e[H";
say "Alternate buffer!";
for 5,4...1 {
print "\rGoing back in: $_";
sleep 1;
}
print "\e[?1049l";
Last updated
Was this helpful?
print "\e[?1049h\e[H";
say "Alternate buffer!";
for 5,4...1 {
print "\rGoing back in: $_";
sleep 1;
}
print "\e[?1049l";
Last updated
Was this helpful?