home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / comms / bbs / falcon2.lzh / config / term.bbs < prev   
File List  |  1991-08-05  |  2KB  |  56 lines

  1. ; See docs/term.bbs.doc for information about this file.
  2.  
  3. ;-- Key definitions are F1-10, S1-10, followed by a string --------------------
  4.  
  5. F1  "This is function key 1"
  6. S10 "This is shifted function key 10"
  7.  
  8.  
  9. ;-- Keypad definitions --------------------------------------------------------
  10.  
  11. ;   [VT100 Home]    [VT100 Up]      [FRED/OpEd PgUp]
  12. ;   [VT100 Left]    [FR.Set-Mark]   [VT100 Right]
  13. ;   [VT100 End]     [VT100 Down]    [FRED/OpEd PgDn]
  14. ;   [FRED/OpEd insert toggle]       [Del simulation]
  15.  
  16.     K7 "^[[H"       K8 "^[[A"       K9 "^R"     
  17.     K4  "^[[D"      K5 "^Q^M"       K6 "^[[C"
  18.     K1 "^[[K"       K2 "^[[B"       K3 "^C"
  19.     K0 "^V"                         K. "^[[C^H"
  20.  
  21.  
  22. ;-- Cursor key definitions ----------------------------------------------------
  23.  
  24. ;                    [VT100 Up]
  25. ; [VT100 Left]       [VT100 Down]       [VT100 Right]
  26. ;
  27. ;                    [VT100 Shift-Up]
  28. ; [VT100 Shift-Left] [VT100 Shift-Down] [VT100 Shift-Right]
  29.  
  30.                      CURUP   "^[[A"                      
  31.   CURLEFT "^[[D"     CURDOWN "^[[B"     CURRIGHT "^[[C"
  32.  
  33.                      SHCURUP   "^[[T"
  34.   SHCURLEFT "^[[ A"  SHCURDOWN "^[[S"   SHCURRIGHT "^[[ @"
  35.  
  36.  
  37. ;-- Dialing Directory ---------------------------------------------------------
  38.  
  39. ; Directory goes from keyword DIRECTORY to end of file.  This may change.
  40. ; Format: name=string number=string baud=word note=string
  41.  
  42. DIRECTORY
  43.  
  44. ; A few Canadian BBSs as an example.  Note that I use the comment for 
  45. ; up-hours and sysop name, but that's just what *I* use it for.
  46.  
  47. ; Saskatoon, SK
  48. "Abbathor's Abyss"           "373-1115" 1200 "24 hours  Joe Dwarf"
  49. "Benden Weyr"                "382-5746" 2400 "24 hours  Ken Read"
  50.  
  51. ; My distribution site, also in Saskatoon, runs Falcon
  52. "Eltrog's Retreat"           "384-5655" 9600 "24 hours  Ken Ashbee"
  53.  
  54. ; Pierrefords, PQ, runs Falcon
  55. "Amiga ECS"            "1-514-696-6632" 2400 "24 hours  Robert Williamson"
  56.