Blame doc/fselector.txt

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