mirror of
https://github.com/jtdaugherty/brick.git
synced 2024-12-01 17:32:52 +03:00
Whitespace
This commit is contained in:
parent
66fffdaaf3
commit
d0d29e472d
@ -30,7 +30,10 @@ handleEvent e st =
|
||||
|
||||
pickCursor :: St -> [CursorLocation] -> Maybe CursorLocation
|
||||
pickCursor st ls =
|
||||
listToMaybe $ filter (\cl -> cursorLocationName cl == (focusGetCurrent $ focus st)) ls
|
||||
listToMaybe $ filter isCurrent ls
|
||||
where
|
||||
isCurrent cl = cursorLocationName cl ==
|
||||
(focusGetCurrent $ focus st)
|
||||
|
||||
initialState :: St
|
||||
initialState =
|
||||
|
Loading…
Reference in New Issue
Block a user