package winconsole

import "github.com/docker/docker/pkg/term/winconsole"

Index

Constants

const (
	ANSI_ESCAPE_PRIMARY   = 0x1B
	ANSI_ESCAPE_SECONDARY = 0x5B
	ANSI_COMMAND_FIRST    = 0x40
	ANSI_COMMAND_LAST     = 0x7E
	ANSI_PARAMETER_SEP    = ";"
	ANSI_CMD_G0           = '('
	ANSI_CMD_G1           = ')'
	ANSI_CMD_G2           = '*'
	ANSI_CMD_G3           = '+'
	ANSI_CMD_DECPNM       = '>'
	ANSI_CMD_DECPAM       = '='
	ANSI_CMD_OSC          = ']'
	ANSI_CMD_STR_TERM     = '\\'
	ANSI_BEL              = 0x07
	KEY_EVENT             = 1
)

http://manpages.ubuntu.com/manpages/intrepid/man4/console_codes.4.html

Source Files

term_emulator.go

Version
v1.6.0
Published
Apr 16, 2015
Platform
linux/amd64
Imports
4 packages
Last checked
8 minutes ago

Tools for package owners.