On 21/06/21 07:00, Tobias Bengfort wrote:
> To me it is also obvious that this protocol sucks more than the old one.
If we go only by the added code, it is quite the contrary. Less is less.
> Currently you need to write a GUI if you need to get reliable keyboard
> events. This proposal would allow you to do the same in a TUI. TUIs require
> much more code compared to GUIs.
TUIs are still not ideal. What is closer to ideal is CLI. Nonetheless, there are
many core suckmore programs which are X programs, and none that I know of which
are TUI (be it using bloated libraries like ncurses, or using simplisticr solutions
like termbox). Even the Telegram client ii is not TUI but CLI.
This protocol seems to cater to TUIs, adding functionality which is as of now
not widely accepted nor widely implemented.
Received on Mon Jun 21 2021 - 13:09:42 CEST