Changes for version 0.55 - 2016-02-09
- CHANGES
- Wrap tickit_term_emit_{key,mouse}
- Perform Tickit 0.55 deprecations:
- window set_expose_after_scroll immediately dies
- Actually honour return values of term event handlers
- Added $term->bind_event_with_flags and BIND_FIRST
- Updated documentation to barename =head2 function style
- BUGFIXES
- Older perls need 'use IO::Handle' before we can ->binmode things
Modules
Terminal Interface Construction KIT
debug logging support for Tickit
store a collection of rendering attributes
a lightweight data structure representing a rectangle
store a set of rectangular regions
efficiently render text and line-drawing
store string position counters
terminal formatting abstraction
unit testing for Tickit-based code
utility functions for Tickit
a window for drawing operations
Provides
in lib/Tickit/Pen.pm
in lib/Tickit/Pen.pm
in lib/Tickit/Test/MockTerm.pm
Examples
- examples/demo-allkeys.pl
- examples/demo-clickanddrag.pl
- examples/demo-clicker.pl
- examples/demo-colorwidget.pl
- examples/demo-dragndrop.pl
- examples/demo-expose.pl
- examples/demo-float.pl
- examples/demo-focus.pl
- examples/demo-input.pl
- examples/demo-lines.pl
- examples/demo-pen.pl
- examples/demo-showkey.pl
- examples/demo-timer.pl
- examples/demo-xterm256.pl