Skip to content

Commit 4bbeae3

Browse files
add RHC_Cursor
1 parent 4167e25 commit 4bbeae3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Potato/Flow/Vty/Attrs.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ lg_canvas_oob = lg_default `withBackColor` white
5050
renderHandlerColorToVtyColor :: RenderHandleColor -> Color
5151
renderHandlerColorToVtyColor = \case
5252
RHC_Default -> brightMagenta
53+
RHC_Cursor -> brightBlue
5354
RHC_Attachment -> brightBlue
5455
RHC_AttachmentHighlight -> brightCyan
5556

tinytools

0 commit comments

Comments
 (0)