Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
tui
master
TUI
Application
Backend
NCurses
Termbox
Border
Custom
None
Rounded
Squared
Cell
Event
Draw
Key
Mouse
Resize
EventLoop
Key
Layout
Horizontal
MainWindow
Menu
MessageBox
Modal
Stacked
Vertical
MouseStatus
Painter
Rect
Widget
Button
Main
Menu
MenuItem
MessageBox
Modal
ModalHolder
Stacked
TextEditor
Built with Crystal 1.9.2
2023-10-07 20:26:57 UTC
struct
TUI::Cell
TUI::Cell
Struct
Value
Object
Defined in:
tui/cell.cr
Constant Summary
DEFAULT_CHAR
=
' '
Constructors
.new
(char : Char)
.new
Instance Method Summary
#char
: Char
#char=
(char : Char)
Constructor Detail
def self.
new
(char : Char)
#
[
View source
]
def self.
new
#
[
View source
]
Instance Method Detail
def
char
: Char
#
[
View source
]
def
char=
(char : Char)
#
[
View source
]