happs command cleanup
This commit is contained in:
parent
1fc9db3af5
commit
7d80cffb45
@ -28,18 +28,6 @@ import RegisterCommand
|
||||
import PrintCommand
|
||||
|
||||
|
||||
-- | The application state when running the ui command.
|
||||
data AppState = AppState {
|
||||
aw :: Int -- ^ window width
|
||||
,ah :: Int -- ^ window height
|
||||
,amsg :: String -- ^ status message
|
||||
,aopts :: [Opt] -- ^ command-line opts
|
||||
,aargs :: [String] -- ^ command-line args
|
||||
,aledger :: Ledger -- ^ parsed ledger
|
||||
,abuf :: [String] -- ^ lines of the current buffered view
|
||||
-- ^ never null, head is current location
|
||||
} deriving (Show)
|
||||
|
||||
tcpport = 5000
|
||||
|
||||
web :: [Opt] -> [String] -> Ledger -> IO ()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user