mirror of
https://github.com/jtdaugherty/brick.git
synced 2024-11-29 21:46:11 +03:00
Merge pull request #83 from kquick/patch-1
Fix lens arguments and charFill argument order in example.
This commit is contained in:
commit
ff7cfa698a
@ -906,7 +906,7 @@ write:
|
||||
Widget Greedy Greedy $ do
|
||||
ctx <- getContext
|
||||
let a = ctx^.attrL
|
||||
return $ Result (Graphics.Vty.charFill ch a (ctx^.availWidth) (ctx^.availHeight))
|
||||
return $ Result (Graphics.Vty.charFill a ch (ctx^.availWidthL) (ctx^.availHeightL))
|
||||
[] []
|
||||
|
||||
Rendering Sub-Widgets
|
||||
|
Loading…
Reference in New Issue
Block a user