Display all node flags
This commit is contained in:
parent
31e59616f5
commit
49d0c8039e
2 changed files with 12 additions and 2 deletions
|
|
@ -86,6 +86,7 @@ clientAttrMap :: AttrMap
|
|||
clientAttrMap = attrMap Vty.defAttr
|
||||
[ ("expand", Vty.currentAttr `Vty.withStyle` Vty.bold `Vty.withForeColor` Vty.yellow)
|
||||
, ("focus", Vty.currentAttr `Vty.withBackColor` Vty.blue)
|
||||
, ("flags", Vty.currentAttr `Vty.withForeColor` Vty.brightBlack)
|
||||
]
|
||||
|
||||
clientApp :: App ClientState () ResourceName
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue