1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
Source: golang-github-tonistiigi-vt100
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Nicolas Peugnet <nicolas@club1.fr>,
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
golang-github-stretchr-testify-dev <!nocheck>,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-tonistiigi-vt100
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-tonistiigi-vt100.git
Homepage: https://github.com/tonistiigi/vt100
XS-Go-Import-Path: github.com/tonistiigi/vt100
Package: golang-github-tonistiigi-vt100-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-stretchr-testify-dev,
${misc:Depends},
Description: Raw-mode vt100 screen reader (library)
This project was based on jaguilar/vt100
(https://github.com/jaguilar/vt100)
.
This is a vt100 screen reader. It seems to do a pretty decent job of
parsing the nethack input stream. It supports the following features:
.
* Cursor movement
* Erasing
* Many of the text properties -- underline, inverse, blink, etc.
* Sixteen colors
* Cursor saving and unsaving
* UTF-8
* Scrolling
.
Not currently supported (and no plans to support):
.
* Prompts
* Other cooked mode features
.
The API is not stable! This is a v0 package.
|