cursor-brick-0.1.0.1
Safe HaskellNone
LanguageHaskell2010

Cursor.Brick.TextField

Synopsis

Documentation

selectedTextFieldCursorWidget :: n -> TextFieldCursor -> Widget n Source #

Make a textfield cursor widget with a blink-y box.

This function does not wrap lines. Otherwise, because of the way indexes work, there would be rendering errors for text that crosses the side of the terminal.

textFieldCursorWidget :: TextFieldCursor -> Widget n Source #

Make a textfield cursor widget without a blink-y box.

This function does not wrap lines .