Cleanup
This commit is contained in:
@@ -15,7 +15,7 @@ drawMenuScreen :: Configuration -> ScreenLayer -> Picture
|
||||
drawMenuScreen cfig screen = case screen of
|
||||
OptionScreen{_scTitle = titf, _scSelectionList = selpos, _scListDisplayParams = ldps} ->
|
||||
drawOptions ldps cfig titf selpos
|
||||
(InputScreen inputstr help) -> drawInputMenu cfig ('>' : T.unpack inputstr) help
|
||||
InputScreen inputstr help -> drawInputMenu cfig ('>' : T.unpack inputstr) help
|
||||
|
||||
drawInputMenu ::
|
||||
Configuration ->
|
||||
|
||||
Reference in New Issue
Block a user