Add cursor at end of input filters

This commit is contained in:
2024-11-02 21:56:28 +00:00
parent a25b62d77f
commit 7bafb1e9e6
6 changed files with 18 additions and 6 deletions
+1
View File
@@ -24,6 +24,7 @@ testStringInit :: Universe -> [String]
testStringInit u = [show $ u ^? uvWorld . hud . hudElement . diSelection . _Just
, show $ u ^? uvWorld . cWorld . lWorld . creatures . ix 0 . crManipulation . manObject
]
-- <> [[toEnum (i+j * 32) | i <- [0..31]] | j <- [0..7]]
-- <> map show (IM.elems (L.postscan (L.premap _siHeight L.sum)
-- $ fromMaybe mempty $ u ^? uvWorld . hud . hudElement . diSections . sssSections . ix 0 . ssItems)
-- )