home *** CD-ROM | disk | FTP | other *** search
/ Dream 46 / Amiga_Dream_46.iso / bo / boot / root.bin / root / etc / ae.rc next >
Text File  |  1997-05-04  |  2KB  |  98 lines

  1. Debian Configuration File 
  2. Modeless Interface with TERMINFO Function Keys
  3. Anthony's Editor Feb 96
  4. Copyright 1993, 1996 by Anthony Howe.  All rights reserved.  No warranty.
  5. This file by Bill Mitchell.  Any errors are mine, not Anthony's.
  6.  
  7. 1:\
  8. File read and write\t\SF3,^R SF4,^W\tLeft, down, up, right\tarrow keys\n\
  9. exit and abort\t\t\F10,^C SF10\tWord left and right\t\F5 F6\n\
  10. Macros\t\t\tSF2\t\tPage down and up\tPgDn PgUp\n\
  11. Help on and off\t\tF1\t\tFront and end of line\t\SF5 SF6\n\
  12. Version Redraw\t\t\SF1 F8\t\tTop and bottom of file\t\Home End\n\
  13. Insert \t\t\ttyped keys\tDelete left and right\tBACKSPACE DEL\n\
  14. Literal escape\t\t\INS\t\tBlock, cut, and paste\tF2  F3  F4\n\
  15. Undo\t\t\t\F9\t\tInvert case\t\tF7\n
  16.  
  17. #.help_off
  18. .literal    $(kich1)
  19. .cursor_up    $(kcuu1)
  20. .cursor_down    $(kcud1)
  21. .cursor_left    $(kcub1)
  22. .cursor_right    $(kcuf1)
  23. .page_up    $(kpp)
  24. .page_down    $(knp)
  25. .word_left    $(kf5)
  26. .word_right    $(kf6)
  27. .line_left    $(kf15)
  28. .line_right    $(kf16)
  29. .file_top    $(khome)
  30. .file_bottom    $(kend)
  31. .delete_left    $(kbs)
  32. .delete_right    $(kdch1)
  33. .help        $(kf1)
  34. .block        $(kf2)
  35. .cut        $(kf3)
  36. .paste        $(kf4)
  37. .flip_case    $(kf7)
  38. .undo        $(kf9)
  39. .file_read    $(kf13)
  40. .file_write    $(kf14)
  41. .redraw        $(kf8)
  42. .quit_ask    $(kf10)
  43. .quit        $(kf20)
  44. .show_version    $(kf11)
  45. .macro        $(kf12)
  46. .macro_define
  47. .macro_define
  48. .macro_define
  49. .macro_define
  50. .macro_define
  51. # key aliases for terminals without function keys
  52. .file_read    ^r
  53. .file_write    ^w
  54. .quit_ask    ^c
  55. # these are from emacs
  56. .cursor_up    ^p
  57. .cursor_down    ^n
  58. .cursor_left    ^b
  59. .cursor_right    ^f
  60.  
  61. 2:Terminated successfully.\n
  62. 3:Unspecified error.\n
  63. 4:usage: %s [-f <config>] [file]\n
  64. 5:Failed to initialize the screen.\n
  65. 6:Problem with configuration file, line %lu.\n
  66. 7:Failed to allocate required memory.\n
  67. 8:Ok.
  68. 9:An error occured.
  69. 10:No more memory available.
  70. 11:File \"%s\" is too big to load.
  71. 12:Scrap is empty.  Nothing to paste.
  72. 13:Failed to find file \"%s\".
  73. 14:Failed to open file \"%s\".
  74. 15:Failed to close file \"%s\".
  75. 16:Failed to read file \"%s\".
  76. 17:Failed to write file \"%s\".
  77. 18:Not a portable POSIX file name.
  78. 19:File \"%s\" %ld bytes.
  79. 20:File \"%s\" %ld bytes saved.
  80. 21:File \"%s\" %ld bytes read.
  81. 22:File \"%s\" modified.
  82. 23:Invalid control character or \\number not 0..255.
  83. 24:No such macro defined.
  84. 25:No more macro space.
  85. 26:Interrupt.
  86. 27:<< EOF >>
  87. 28:Macro :
  88. 29:File not saved.  Quit (y/n) ?
  89. 30:[ Press a key to continue. ]
  90. 31:Read file :
  91. 32:Write file :
  92. 33:Write block :
  93. 34:\smore\s
  94. 35:\sy\b
  95. 36:\sn\b
  96. 37:\sq\b
  97. 38:Nothing to undo.
  98.