FTXUI/include/ftxui
Yurii Rashkovskii 395459fafe Problem: components can't distinguish custom events
They all look the same, which means they would have to check or poll all
potential sources of change.

Solution: make custom events take an integer tag

I've kept the backwards compatibility by using `-1` for the default custom
event (`Event::Custom`).
2023-06-14 17:15:44 -07:00
..
component Problem: components can't distinguish custom events 2023-06-14 17:15:44 -07:00
dom Feature: hyperlink support. (#665) 2023-06-04 21:06:19 +02:00
screen Fixed small typo in screen.hpp (#668) 2023-06-06 00:13:36 +02:00
util Feature: Add multi-line input. (#630) 2023-05-02 13:32:37 +02:00