Safe Haskell | None |
---|
- 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
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.)
interactHistoryMove :: Int -> EditorM ()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