¤ moreShellF
Types
moreShellF :: String -> F [[Char]] (InputMsg (Int, String))
Synopsis
moreShellF title
Description
moreShellF
is used to display a text in a separate shell window.
This is simply moreF
wrapped in a shell.
The window stays invisible until the first text input message is received.
Input
A text to display, formatted as in moreF
.
Output
If the user clicks in the text, the following information is output:
the line number,
the contents of the line under the pointer,
the horizontal pixel position where the user clicked,
which mouse button was used, which modifiers were active,
and which font the text is displayed in.
Arguments
title :: String
- The window title. Appears in the title bar attached to the window by the window
manager.
Example
moreShellF "Text"
See Also
moreF,
moreFileShellF,
pickListF,
displayF.