File: README.md

package info (click to toggle)
golang-github-zyedidia-terminal 0.0~git20230315.4b3bcf6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 148 kB
  • sloc: makefile: 3
file content (13 lines) | stat: -rw-r--r-- 371 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
# terminal

Package terminal is a vt10x terminal emulation backend, influenced
largely by st, rxvt, xterm, and iTerm as reference. Use it for terminal
muxing, a terminal emulation frontend, or wherever else you need
terminal emulation.

## Installation

	go get j4k.co/terminal

New to Go? Have a look at how [import paths work](http://golang.org/doc/code.html#remote).