ab5tract / Terminal-Print

Terminal::Print is a pure Raku layer for printing to terminal screens
Other
25 stars 18 forks source link

Provide higher-level "form-type" Widgets #25

Open japhb opened 7 years ago

japhb commented 7 years ago

These include all the basics needed for doing forms, wizards, etc: radio buttons, checkboxes, selection boxes, text areas, etc.

japhb commented 7 years ago

Note for the future: It's likely that we'll want to do proper event bubbling at a lower level than these specialized widgets, because many non-form apps will want to watch events sanely as well. See issue #19 for more on input handling.