Skip to content
Sections
>> Trisquel >> 软件包 >> nabia >> libs >> libtermbox1
nabia  ] [  aramo  ]
[ 源代码: termbox  ]

软件包: libtermbox1 (1.1.2+dfsg-3build2)

Library for writing text-based user interfaces (lib)

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.

This package ships with shared object.

其他与 libtermbox1 有关的软件包

  • 依赖
  • 推荐
  • 建议
  • dep: libc6 (>= 2.15)
    GNU C Library: Shared libraries
    同时作为一个虚包由这些包填实: libc6-udeb

下载 libtermbox1

下载可用于所有硬件架构的
硬件架构 软件包大小 安装后大小 文件
amd64 17.8 kB64 kB [文件列表]
armhf 13.9 kB39 kB [文件列表]