linuxvt

package
v0.0.0-...-4d8ea05 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 5, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package linuxvt contains type definitions for the Linux virtual console API, see https://manpages.debian.org/ioctl_console.2

Index

Constants

View Source
const (
	VT_OPENQRY     = 0x5600
	VT_GETSTATE    = 0x5603
	VT_GETMODE     = 0x5601
	VT_SETMODE     = 0x5602
	VT_ACTIVATE    = 0x5606
	VT_WAITACTIVE  = 0x5607
	VT_DISALLOCATE = 0x5608
	VT_PROCESS     = 0x1
	VT_AUTO        = 0x0
	VT_ACKACQ      = 0x2
	VT_RELDISP     = 0x5605
)
View Source
const (
	KDSETMODE   = 0x4b3a
	KDGETMODE   = 0x4b3b
	KD_GRAPHICS = 0x1
	KD_TEXT     = 0x0
)

Variables

This section is empty.

Functions

This section is empty.

Types

type VTMode

type VTMode struct {
	Mode   int8
	Waitv  int8
	Relsig int16
	Acqsig int16
	Frsig  int16
}

type VTState

type VTState struct {
	Active uint16
	Signal uint16
	State  uint16
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL