Skip Menu |

This queue is for tickets about the Tickit CPAN distribution.

Report information
The Basics
Id: 107131
Status: resolved
Priority: 0/
Queue: Tickit

People
Owner: Nobody in particular
Requestors: jaggz.h [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 0.65



Subject: teardown_term (and possibly setup_term) don't seem to function as expected
Date: Wed, 16 Sep 2015 14:59:09 -0700
To: bug-Tickit [...] rt.cpan.org
From: Jaggz H <jaggz.h [...] gmail.com>
In trying to restore the term for normal key input and echo, I tried: $main::tickit->teardown_term; system("bash"); It was clear that local echo was still off. :)
On Wed Sep 16 17:59:18 2015, jaggz.h@gmail.com wrote: Show quoted text
> In trying to restore the term for normal key input and echo, I tried: > > $main::tickit->teardown_term; > system("bash"); > > It was clear that local echo was still off. > > :)
Yes. That will need a bit more design work. Keep an eye on https://blueprints.launchpad.net/libtickit/+spec/term-pause-resume -- Paul Evans
Next release of libtickit will supply a pause/resume pair of functions to do this, so that can be easily wrapped by the Perl layer. -- Paul Evans
Now in 0.65 -- Paul Evans