File: README.md

package info (click to toggle)
golang-github-gdamore-tcell 1.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 892 kB
  • sloc: sh: 16; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 279 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
## tcell views

This package provides some enhanced functionality on top of base tcell.
In particular, support for logical views, and a few different kinds of
widgets like title bars, and scrollable areas, are provided.

These make up a higher level interface than tcell itself.