fselector.txt
上传用户:tianjinjs
上传日期:2007-01-05
资源大小:309k
文件大小:2k
源码类别:

Modem编程

开发平台:

Unix_Linux

  1. The file selector is designed to be very intuitive.  It should nearly
  2. always do the expected thing.  So a minimal amount of explanation is
  3. all that should be necessary.  (If I did it right.)
  4.     Minicom's current working directory is changed to whatever directory
  5. is displayed on the selector's title bar.
  6.     Double-tapping the space-bar (taps within a second or so of each
  7. other) while on a directory entry will move you into that
  8. directory.
  9.     The "Goto" requester will always initialize to whatever is configured
  10. for the default upload/download directory, as appropriate.  If
  11. blank: the user's HOME directory is where it'll go to.
  12.     The first time the selector is entered, it will go to the default
  13. download or upload directory--depending on which was called-up:
  14. an upload or a download.
  15.     Subsequent invocations of the selector will result in it coming-up in
  16. whichever directory it was last--dependent on whether uploading
  17. or downloading.  (Doing "Goto" <ret> will easily get you to the
  18. default directory for the operation, as noted above.)
  19.     When the selector's display is constrained by a wild-card pattern via
  20. the "Show" menu selection, moving to a new directory will result
  21. in a full display again.  This was intentional.  But the pattern
  22. is remembered, so simply doing "Show" <ret> will re-invoke the
  23. filter.  I felt this would be less confusing.
  24.     The functions at the bottom of the selector are:
  25.  Goto - Go to a particular directory
  26.  Prev - Go to previous directory
  27.  Show - Limit display to (wildcard) pattern
  28.   Tag - Tag files with (wildcard) pattern
  29. Untag - Untag files with (wildcard) pattern
  30.  Okay - All done
  31.     The functions at the bottom of the selector ("Goto", etc.) are hot-
  32.         keyed on their first letter.  Right-left cursor motion works on
  33. them as well.
  34.     If "selectable download directory" enabled (zmodem, ymodem, etc.):
  35. For downloads where the filenames are determined by the protocol
  36.     (e.g.: zmodem): files will appear in the selector, but
  37.     attempts to tag them are a no-op.  (Nothing happens.)
  38.     
  39.     You select the desired download directory by entering it.