• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..10-Feb-2020-

.travis.ymlH A D10-Feb-202042 64

Gopkg.lockH A D10-Feb-20202.2 KiB9782

Gopkg.tomlH A D10-Feb-20201,021 5143

LICENSEH A D10-Feb-20201 KiB2016

README.mdH A D10-Feb-2020451 107

color.goH A D10-Feb-2020640 3827

csi.goH A D10-Feb-20204.4 KiB190172

doc.goH A D10-Feb-2020278 101

expect.goH A D10-Feb-2020725 3021

ioctl_other.goH A D10-Feb-2020172 1610

ioctl_posix.goH A D10-Feb-2020592 3226

parse.goH A D10-Feb-20204 KiB198167

state.goH A D10-Feb-202014.8 KiB730624

str.goH A D10-Feb-20202.1 KiB9567

vt_other.goH A D10-Feb-20202.4 KiB130102

vt_posix.goH A D10-Feb-20202.5 KiB128100

README.md

1# vt10x
2
3[![Build Status](https://travis-ci.org/hinshun/vt10x.svg?branch=master)](https://travis-ci.org/hinshun/vt10x)
4[![GoDoc](https://godoc.org/github.com/hinshun/vt10x?status.svg)](https://godoc.org/github.com/hinshun/vt10x)
5
6Package vt10x is a vt10x terminal emulation backend, influenced
7largely by st, rxvt, xterm, and iTerm as reference. Use it for terminal
8muxing, a terminal emulation frontend, or wherever else you need
9terminal emulation.
10