hbro-0.6.0: A suckless minimal KISSy browser

Safe HaskellNone

Hbro.Extra

Synopsis

Documentation

statusBarScrollPosition :: Browser -> IO ()Source

Display scroll position in status bar. Needs a Label intitled scroll from the builder.

statusBarPressedKeys :: Browser -> IO ()Source

Display pressed keys in status bar. Needs a Label intitled keys from the builder.

statusBarLoadProgress :: Browser -> IO ()Source

Display load progress in status bar. Needs a Label intitled progress from the builder.

statusBarURI :: Browser -> IO ()Source

Display current URI, or the destination of a hovered link, in the status bar. Needs a Label intitled uri from the builder.

promptFind :: Bool -> Bool -> Bool -> Browser -> IO ()Source

Prompt for key words to search in current webpage.

findNext :: Bool -> Bool -> Bool -> Browser -> IO ()Source

Switch to next found key word.

promptURL :: Bool -> Browser -> IO ()Source

Prompt for URI to open in current window.

copyUri :: Browser -> IO ()Source

Copy current URI in clipboard.

loadURIFromClipBoard :: Browser -> IO ()Source

Load URI from clipboard. Does not work for now...

copyTitle :: Browser -> IO ()Source

Copy current page title in clipboard.