Add border to terminal display
This commit is contained in:
@@ -41,6 +41,9 @@ drawSelectionList ldps cfig sl =
|
||||
(ldps ^. ldpScale)
|
||||
0
|
||||
(makeSelectionListPictures sl)
|
||||
<> foldMap (color white . polygonWire . f) (ldps ^. ldpBorder)
|
||||
where
|
||||
f (x,y) = rectNSWE 5 (negate $ 20 * fromIntegral y + 5) (-5) (10 * fromIntegral x)
|
||||
|
||||
drawTitleBackground :: Config -> Picture
|
||||
drawTitleBackground cfig =
|
||||
|
||||
Reference in New Issue
Block a user