yi-0.6.2.3: The Haskell-Scriptable EditorSource codeContentsIndex
Yi.Mode.Interactive
Synopsis
atLastLine :: BufferM Bool
mode :: Mode (Tree (Tok Token))
ghciHome :: BufferM ()
interactId :: String
interactHistoryMove :: Int -> EditorM ()
interactHistoryFinish :: EditorM ()
interactHistoryStart :: EditorM ()
getInputRegion :: BufferM Region
getInput :: BufferM String
setInput :: String -> BufferM ()
interactive :: String -> [String] -> YiM BufferRef
feedCommand :: YiM ()
queryReply :: BufferRef -> String -> YiM String
Documentation
atLastLine :: BufferM BoolSource
mode :: Mode (Tree (Tok Token))Source
ghciHome :: BufferM ()Source
The GHCi prompt always begins with >; this goes to just before it, or if one is already at the start of the prompt, goes to the beginning of the line. (If at the beginning of the line, this pushes you forward to it.)
interactId :: StringSource
interactHistoryMove :: Int -> EditorM ()Source
interactHistoryFinish :: EditorM ()Source
interactHistoryStart :: EditorM ()Source
getInputRegion :: BufferM RegionSource
getInput :: BufferM StringSource
setInput :: String -> BufferM ()Source
interactive :: String -> [String] -> YiM BufferRefSource
Open a new buffer for interaction with a process.
feedCommand :: YiM ()Source
Send the type command to the process
queryReply :: BufferRef -> String -> YiM StringSource
Send command, recieve reply
Produced by Haddock version 2.6.1