diff --git a/src/Forest/Client/Node.hs b/src/Forest/Client/Node.hs index ff0f467..bb55d28 100644 --- a/src/Forest/Client/Node.hs +++ b/src/Forest/Client/Node.hs @@ -26,7 +26,7 @@ narrowDrawState nodeId ds = ds } indent :: Widget n -> Widget n -indent = (txt "| " <+>) +indent = (txt "│ " <+>) drawSubnode :: NodeId -> DrawState -> Node -> Widget ResourceName drawSubnode nodeId ds node =