# Minix Termcap
#	Modified by Glen Overby <overby@plains.nodak.edu> 1990-03-04
#		Added insert/delete line, character, etc.  Now supports
#		everything the console impliments that Termcap can use.
#	Modified by Gordon Irlam <gordoni@cs.ua.oz.au> 1990-05-06
#		Added more entries, including some specific to the virtual
#		console driver.  Gave up trying to maintain logical grouping
#		of entries.  Now arranged alphabetically.  The minix-vc,
#		minix-am, and minix-vcam entries could be a lot smaller if
#		termcap(3) supports the tc entry.

mx|minix|Minix console:\
	:AL=\E[%dL:\
	:DC=\E[%dP:\
	:DL=\E[%dM:\
	:DO=\E[%dB:\
	:IC=\E[%d@:\
	:K2=\E[G:\
	:LE=\E[%dD:\
	:RI=\E[%dC:\
	:UP=\E[%dA:\
	:al=\E[L:\
	:bl=^G:\
	:bs:\
	:cd=\E[J:\
	:ce=\E[K:\
	:cl=\E[H\E[J:\
	:cm=\E[%i%d;%dH:\
	:co#80:\
	:cr=\r:\
	:dc=\E[P:\
	:dl=\E[M:\
	:do=\E[B:\
	:ic=\E[@:\
	:is=\E[0m:\
	:it#8:\
	:ho=\E[H:\
	:k0=\E[T:\
	:k1=\E[S:\
	:kD=\177:\
	:kH=\E[Y:\
	:kN=\E[U:\
	:kP=\E[V:\
	:kb=^H:\
	:kd=\E[B:\
	:kh=\E[H:\
	:kl=\E[D:\
	:km:\
	:kr=\E[C:\
	:ku=\E[A:\
	:le=^H:\
	:li#25:\
	:nd=\E[C:\
	:mb=\E[5m:\
	:md=\E[1m:\
	:me=\E[0m:\
	:mr=\E[7m:\
	:ms:\
	:se=\E[0m:\
	:so=\E[7m:\
	:sr=\EM:\
	:ta=\t:\
	:te=\E[0m:\
	:ti=\E[0m:\
	:ue=\E[0m:\
	:up=\E[A:\
	:us=\E[4m:

# minix-am, not able to use tc, has to be verbose.
#
# ma|minix-am|Minix console with automatic margins:\
#	:am:\
#	:tc=minix:

ma|minix-am|Minix console with automatic margins:\
	:AL=\E[%dL:\
	:DC=\E[%dP:\
	:DL=\E[%dM:\
	:DO=\E[%dB:\
	:IC=\E[%d@:\
	:K2=\E[G:\
	:LE=\E[%dD:\
	:RI=\E[%dC:\
	:UP=\E[%dA:\
	:al=\E[L:\
	:am:\
	:bl=^G:\
	:bs:\
	:cd=\E[J:\
	:ce=\E[K:\
	:cl=\E[H\E[J:\
	:cm=\E[%i%d;%dH:\
	:co#80:\
	:cr=\r:\
	:dc=\E[P:\
	:dl=\E[M:\
	:do=\E[B:\
	:ic=\E[@:\
	:is=\E[0m:\
	:it#8:\
	:ho=\E[H:\
	:k0=\E[T:\
	:k1=\E[S:\
	:kD=\177:\
	:kH=\E[Y:\
	:kN=\E[U:\
	:kP=\E[V:\
	:kb=^H:\
	:kd=\E[B:\
	:kh=\E[H:\
	:kl=\E[D:\
	:km:\
	:kr=\E[C:\
	:ku=\E[A:\
	:le=^H:\
	:li#25:\
	:nd=\E[C:\
	:mb=\E[5m:\
	:md=\E[1m:\
	:me=\E[0m:\
	:mr=\E[7m:\
	:ms:\
	:se=\E[0m:\
	:so=\E[7m:\
	:sr=\EM:\
	:ta=\t:\
	:te=\E[0m:\
	:ti=\E[0m:\
	:ue=\E[0m:\
	:up=\E[A:\
	:us=\E[4m:

# minix-vc, not able to use tc, has to be verbose.
#
# Mx|minix-vc|Minix virtual console:\
#	:cb=\E[1K:\
#	:is=\E[0m\EPlinewrap.off\E\\:\
#	:rs=\Ec\EPlinewrap.off\E\\:\
#	:se=\E[27m:\
#	:ue=\E[24m:\
#	:ve=\EPcursor.on\E\\:\
#	:vi=\EPcursor.off\E\\:\
#	:tc=minix:

Mx|minix-vc|Minix virtual console:\
	:AL=\E[%dL:\
	:DC=\E[%dP:\
	:DL=\E[%dM:\
	:DO=\E[%dB:\
	:IC=\E[%d@:\
	:K2=\E[G:\
	:LE=\E[%dD:\
	:RI=\E[%dC:\
	:UP=\E[%dA:\
	:al=\E[L:\
	:bl=^G:\
	:bs:\
	:cb=\E[1K:\
	:cd=\E[J:\
	:ce=\E[K:\
	:cl=\E[H\E[J:\
	:cm=\E[%i%d;%dH:\
	:co#80:\
	:cr=\r:\
	:dc=\E[P:\
	:dl=\E[M:\
	:do=\E[B:\
	:ic=\E[@:\
	:is=\E[0m\EPlinewrap.off\E\\:\
	:it#8:\
	:ho=\E[H:\
	:k0=\E[T:\
	:k1=\E[S:\
	:kD=\177:\
	:kH=\E[Y:\
	:kN=\E[U:\
	:kP=\E[V:\
	:kb=^H:\
	:kd=\E[B:\
	:kh=\E[H:\
	:kl=\E[D:\
	:km:\
	:kr=\E[C:\
	:ku=\E[A:\
	:le=^H:\
	:li#25:\
	:nd=\E[C:\
	:mb=\E[5m:\
	:md=\E[1m:\
	:me=\E[0m:\
	:mr=\E[7m:\
	:ms:\
	:rs=\Ec\EPlinewrap.off\E\\:\
	:se=\E[27m:\
	:so=\E[7m:\
	:sr=\EM:\
	:ta=\t:\
	:te=\E[0m:\
	:ti=\E[0m:\
	:ue=\E[24m:\
	:up=\E[A:\
	:us=\E[4m:\
	:ve=\EPcursor.on\E\\:\
	:vi=\EPcursor.off\E\\:

# minix-vcam, not able to use tc, has to be verbose.
#
# Ma|minix-vcam|Minix virtual console with automatic margins:\
#	:am:\
#	:is=\E[0m\EPlinewrap.on\E\\:\
#	:rs=\Ec\EPlinewrap.on\E\\:\
#	:tc=minix-vc:

Ma|minix-vcam|Minix virtual console with automatic margins:\
	:AL=\E[%dL:\
	:DC=\E[%dP:\
	:DL=\E[%dM:\
	:DO=\E[%dB:\
	:IC=\E[%d@:\
	:K2=\E[G:\
	:LE=\E[%dD:\
	:RI=\E[%dC:\
	:UP=\E[%dA:\
	:al=\E[L:\
	:am:\
	:bl=^G:\
	:bs:\
	:cb=\E[1K:\
	:cd=\E[J:\
	:ce=\E[K:\
	:cl=\E[H\E[J:\
	:cm=\E[%i%d;%dH:\
	:co#80:\
	:cr=\r:\
	:dc=\E[P:\
	:dl=\E[M:\
	:do=\E[B:\
	:ic=\E[@:\
	:is=\E[0m\EPlinewrap.on\E\\:\
	:it#8:\
	:ho=\E[H:\
	:k0=\E[T:\
	:k1=\E[S:\
	:kD=\177:\
	:kH=\E[Y:\
	:kN=\E[U:\
	:kP=\E[V:\
	:kb=^H:\
	:kd=\E[B:\
	:kh=\E[H:\
	:kl=\E[D:\
	:km:\
	:kr=\E[C:\
	:ku=\E[A:\
	:le=^H:\
	:li#25:\
	:nd=\E[C:\
	:mb=\E[5m:\
	:md=\E[1m:\
	:me=\E[0m:\
	:mr=\E[7m:\
	:ms:\
	:rs=\Ec\EPlinewrap.on\E\\:\
	:se=\E[27m:\
	:so=\E[7m:\
	:sr=\EM:\
	:ta=\t:\
	:te=\E[0m:\
	:ti=\E[0m:\
	:ue=\E[24m:\
	:up=\E[A:\
	:us=\E[4m:\
	:ve=\EPcursor.on\E\\:\
	:vi=\EPcursor.off\E\\:
