a2-terminfo/gsos-console.ti

55 lines
856 B
Plaintext
Raw Permalink Normal View History

2016-07-11 16:51:46 +00:00
#
# GS/OS Console (.console)
#
2016-07-11 17:01:07 +00:00
gsoscon|gsos-console|GSOS Console Driver:\
:co#80:li#24:\
:eo:ms:mi:NP:am:bs:bw:\
# clear
2016-07-11 17:01:07 +00:00
:cl=^L:\
:cd=^K:\
:cb=^C:\
:ce=^]:\
# beep
:bl=^G:\
# cursor motion
:cm=%r^^%+ %+ :\
:ho=^Y:\
2021-03-28 00:58:33 +00:00
:ll=^^ 7:\
2016-07-11 17:01:07 +00:00
:cr=^M:\
:cv=^F%+ :\
# cursor movement - up, down, left, right.
:up=^_:\
2016-07-11 17:01:07 +00:00
:do=^J:\
:le=^H:\
:bc=^H:\
2016-07-11 17:01:07 +00:00
:nd=^\:\
:nl=^J:\
# arrow keys
2016-07-11 17:01:07 +00:00
:kd=^J:\
:kl=^H:\
:kr=^U:\
:ku=^K:\
# inverse/normal
2016-07-11 17:01:07 +00:00
:mb=^O:\
:md=^O:\
:me=^N:\
:mh=^O:\
:mr=^O:\
:se=^N:\
:so=^O:\
:ue=^N:\
:us=^O:\
# alternate character set (mouse text).
2016-07-11 17:01:07 +00:00
:as=^O^[:\
2016-07-12 16:42:57 +00:00
:ae=^N^X:\
# initialize / reset. 80-column, Normal text, disable mousetext, 80x24 textport, consLF/DLE off, clear.
2021-03-28 00:58:33 +00:00
:r1=^R^N^X^B o7^U\015^L:\
:i1=^R^N^X^B o7^U\015^L:\
# ---- scrolling ----
# scroll up 1 line
2016-07-11 17:01:07 +00:00
:sf=^J:\
# scroll down 1 line
2016-07-11 17:01:07 +00:00
:sr=^_:\
2016-07-11 17:10:15 +00:00
# backspace key
2017-01-30 05:08:04 +00:00
:kb=\177: