Wed Sep 16 17:59:18 2015jaggz.h [...] gmail.com - Ticket created
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.
>
> :)