¤ moreFileShellF

Types

moreFileShellF :: F String (InputMsg (Int, String))

Description

moreFileShellF is used to display a text file in a separate shell window. This is a combination of moreFileF and moreShellF.

The window stays invisible until the first file name is received on the input.

The window title is automatically changed to the name of the file being displayed.

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

 moreFileShellF

See Also

moreF, moreFileF, moreShellF, filePickF.