; See docs/term.bbs.doc for information about this file.

;-- Key definitions are F1-10, S1-10, followed by a string --------------------

F1  "This is function key 1"
S10 "This is shifted function key 10"


;-- Keypad definitions --------------------------------------------------------

;   [VT100 Home]    [VT100 Up]      [FRED/OpEd PgUp]
;   [VT100 Left]    [FR.Set-Mark]   [VT100 Right]
;   [VT100 End]     [VT100 Down]    [FRED/OpEd PgDn]
;   [FRED/OpEd insert toggle]       [Del simulation]

    K7 "^[[H"       K8 "^[[A"       K9 "^R"     
    K4  "^[[D"      K5 "^Q^M"       K6 "^[[C"
    K1 "^[[K"       K2 "^[[B"       K3 "^C"
    K0 "^V"                         K. "^[[C^H"


;-- Cursor key definitions ----------------------------------------------------

;                    [VT100 Up]
; [VT100 Left]       [VT100 Down]       [VT100 Right]
;
;                    [VT100 Shift-Up]
; [VT100 Shift-Left] [VT100 Shift-Down] [VT100 Shift-Right]

                     CURUP   "^[[A"                      
  CURLEFT "^[[D"     CURDOWN "^[[B"     CURRIGHT "^[[C"

                     SHCURUP   "^[[T"
  SHCURLEFT "^[[ A"  SHCURDOWN "^[[S"   SHCURRIGHT "^[[ @"


;-- Dialing Directory ---------------------------------------------------------

; Directory goes from keyword DIRECTORY to end of file.  This may change.
; Format: name=string number=string baud=word note=string

DIRECTORY

; A few Canadian BBSs as an example.  Note that I use the comment for 
; up-hours and sysop name, but that's just what *I* use it for.

; Saskatoon, SK
"Abbathor's Abyss"           "373-1115" 1200 "24 hours  Joe Dwarf"
"Benden Weyr"                "382-5746" 2400 "24 hours  Ken Read"

; My distribution site, also in Saskatoon, runs Falcon
"Eltrog's Retreat"           "384-5655" 9600 "24 hours  Ken Ashbee"

; Pierrefords, PQ, runs Falcon
"Amiga ECS"            "1-514-696-6632" 2400 "24 hours  Robert Williamson"
