¤ moreFileF
Types
moreFileF :: F String (InputMsg (Int, String))
Description
moreFileF is used to display a text file in a rectangular display area with
a scrollbar attached to the right. This is simply a moreF with
a preprocessor attached.
Input
A name of a text file to display.
The text is formatted as in moreF.
Output
If the user clicks in the text, the line number and the contents of
the line under the pointer is output.
Example
moreFileF
See Also
moreF,
moreFileShellF,
filePickF,
displayF.