Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
fancyline
v0.1.0
Fancyline
Completion
Context
Status
Drawable
Editor
DisplayFunc
History
Interrupt
Key
Control
KeyAction
Handler
Middleware_autocomplete
Handler
Yielder
Middleware_display
Handler
Yielder
Middleware_sub_info
Handler
Yielder
Tty
Dumb
Vt100
Widget
Completion
History
HistorySearch
Built with Crystal 1.9.2
2023-10-07 16:48:05 UTC
enum
Fancyline::Context::Status
Overview
Status of a
Context
instance.
Defined in:
fancyline/context.cr
Enum Members
Reading
=
0
Accepted
=
1
Rejected
=
2
Instance Method Summary
#accepted?
#reading?
#rejected?
Instance Method Detail
def
accepted?
#
[
View source
]
def
reading?
#
[
View source
]
def
rejected?
#
[
View source
]