home *** CD-ROM | disk | FTP | other *** search
/ BUG 1 / BUGCD1996_0708.ISO / pc / comm / speed / _areas.mnu next >
Text File  |  1995-06-22  |  2KB  |  48 lines

  1. //
  2. // #AREAS.MNU
  3. //
  4. //--------------------------------------------------------------------
  5. 15                             // Left coordinate (column)
  6. 3                              // Top coordinate (row)
  7.  
  8. CHOOSE AREA                    // Menu description
  9.  
  10. ~Enter message   E             // Option description
  11. return(69)                     // Return value for (E)
  12.  
  13. display ~Index   I             // Option description
  14. return(73)                     // Return value for (I)
  15.  
  16. ~Folders         F             // Option description
  17. return(70)                     // Return value for (F)
  18.  
  19. ~Prune area      ALT-P         // Option description
  20. return(1176)                   // Return value for (ALT-P)
  21.  
  22. ~Delete msgs     ALT-D         // Option description
  23. return(1183)                   // Return value for (ALT-D)
  24.  
  25. next unread     ~+             // Option description
  26. return(43)                     // Return value for (+)
  27.  
  28. prev unread     ~-             // Option description
  29. return(45)                     // Return value for (-)
  30.  
  31. ~Next last pack  CTRL-        // Option description
  32. return(1267)                   // Return value for (CTRL-)
  33.  
  34.                                
  35. prev ~Last pack  CTRL-        // Option description
  36. return(1266)                   // Return value for (CTRL-)
  37.  
  38. ne~Xt any msgs                // Option description
  39. return(1228)                   // Return value for ()
  40.  
  41. pre~V any msgs                // Option description
  42. return(1226)                   // Return value for ()
  43.  
  44. ~Read messages   ENTER         // Option description
  45. return(13)                     // Return value for (ENTER)
  46.  
  47. [END]
  48.