The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.08

  • More efficient XS implementation of low-level string length handling utilities in Tickit::Util
  • Allow forcing size of child widgets in Tickit::Widget::VBox and ::HBox
  • Pass region information into Widget->render methods; even if currently it is a fixed 0/0/$lines/$cols
  • Accept a pen argmuent to Window->print; deprecate ->penprint
  • Implement Window->scrollrect; deprecate ->insertch and ->deletech
  • Print a deprecation warning if a plain Tickit object is used as an IO::Async::Notifier

Modules

Terminal Interface Construction KIT
use Tickit with IO::Async
abstract base class for widgets that contain other widgets
a widget which occupies only one line
store a collection of rendering attributes
root window for drawing operations
abstract base class for widgets that contain a single other widget
terminal formatting abstraction
unit testing for Tickit-based code
utility functions for Tickit
abstract base class for on-screen widgets
contain a single child widget
a widget for entering text
draw a frame around another widget
distribute child widgets in a horizontal row
abstract base class for HBox and VBox
a widget displaying static text
distribute child widgets in a vertical column
implement widgets with a surrounding border
a window for drawing operations

Provides

in lib/Tickit/Term/xterm.pm
in lib/Tickit/Test/MockTerm.pm