aboutsummaryrefslogtreecommitdiff
path: root/lang/erlang/distinfo
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2019-09-16 10:48:31 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2019-09-16 10:48:31 +0000
commitbc3eaeb2964dd0c146a9cf0d6083d370d9240263 (patch)
treed205f539b4382ffcd1dcf43dafddd1dd89097467 /lang/erlang/distinfo
parent2864a041b1f298f85171f728967c035efa8f7fe3 (diff)
downloadports-bc3eaeb2964dd0c146a9cf0d6083d370d9240263.tar.gz
ports-bc3eaeb2964dd0c146a9cf0d6083d370d9240263.zip
New port: devel/termbox Legacy-free alternative to ncurses
Termbox is a library that provides minimalistic API which allows the programmer to write text-based user interfaces. It is based on a very simple abstraction. The main idea is viewing terminals as a table of fixed-size cells and input being a stream of structured messages. Would be fair to say that the model is inspired by windows console API. The abstraction itself is not perfect and it may create problems in certain areas. The most sensitive ones are copy & pasting and wide characters (mostly Chinese, Japanese, Korean (CJK) characters). When it comes to copy & pasting, the notion of cells is not really compatible with the idea of text. And CJK runes often require more than one cell to display them nicely. Despite the mentioned flaws, using such a simple model brings benefits in a form of simplicity. And KISS principle is important. At this point one should realize, that CLI (command-line interfaces) aren't really a thing termbox is aimed at. But rather pseudo-graphical user interfaces. WWW: https://github.com/nsf/termbox PR: 240522 Submitted by: as@php.net Differential Revision: https://reviews.freebsd.org/D21614
Notes
Notes: svn path=/head/; revision=512156
Diffstat (limited to 'lang/erlang/distinfo')
0 files changed, 0 insertions, 0 deletions