# HP2621 terminal
# display screen labels f1-f8 upon startup, config-edit after exit:
[term-init]       = "\033&jB" = ""
[term-done]       = "\033&jA" = ""
# use first four standard:
[widen]    = "\033p\015" = "f1"
[extend]   = "\033q\015" = "f2"
[first]    = "\033r\015" = "f3"
[last]     = "\033s\015" = "f4"
# because arrow keys are drawn on the keyboards keys:
[up]       = "\033t\015" = "f5"
[left]     = "\033u\015" = "f6"
[right]    = "\033v\015" = "f7"
[down]     = "\033w\015" = "f8"
# which makes rebind for following four necessary:
[previous] = "\033[" = "ESC-["
[next]     = "\033]" = "ESC-]"
[upline]   = "\033k" = "ESC-k"
[downline] = "\033j" = "ESC-j"
