Play around with terminal messages

This commit is contained in:
2025-09-20 01:07:23 +01:00
parent b837e6a798
commit b270e18556
10 changed files with 170 additions and 126 deletions
+1 -2
View File
@@ -158,8 +158,7 @@ tryPickupSelected k mpos w = do
_ -> foldl' (flip $ pickUpItem 0) w ispickup & newdisel (length (cr ^. crInv)) xs
where
newdisel j xs =
hud . diSelection
?~ Sel 0 j (IS.fromDistinctAscList [j .. j + IS.size xs -1])
hud . diSelection ?~ Sel 0 j (IS.fromDistinctAscList [j .. j + IS.size xs -1])
g i = do
NInt j <- w ^? hud . closeItems . ix i
w ^? cWorld . lWorld . items . ix j