Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
tput
v2.0.0
Char
Superconf
Tput
ACSC
ColorScheme
Coordinates
Detection
Emulator
Features
ACSHash
GraphicsProtocol
Input
InputEvent
Key
Keyboard
KeyboardProtocol
KeyEvent
Type
KittyKeyboard
Modifiers
Mouse
Action
Button
Encoding
Event
Namespace
AlignFlag
Charset
Color
Cursor
CursorShape
CursorState
CursorStyle
Erase
LineDirection
MouseCursorShape
Orientation
Point
Size
Volume
Output
Bell
Charset
C
Colors
Cursor
Emulator
Misc
Mouse
Rectangles
Screen
Scrolling
Terminal
Text
Probe
ProbeResult
Resize
Response
RGB
Unicode
Generated using Crystal 1.16.3
2026-08-18 02:09:42 UTC
class
Tput::
Namespace::
Point
Tput::Namespace::Point
Reference
Object
Included Modules
JSON::Serializable
Defined in:
tput/namespace.cr
Constructors
.new
(pull : JSON::PullParser)
.new
(x : Int32 =
0
, y : Int32 =
0
)
Class Method Summary
.[]
(x, y)
Instance Method Summary
#to_s
(io)
#x
: Int32
#x=
(x : Int32)
#y
: Int32
#y=
(y : Int32)
Constructor Detail
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
def self.
new
(x : Int32 =
0
, y : Int32 =
0
)
#
[
View source
]
Class Method Detail
def self.
[]
(x, y)
#
[
View source
]
Instance Method Detail
def
to_s
(io)
#
[
View source
]
def
x
: Int32
#
[
View source
]
def
x=
(x : Int32)
#
[
View source
]
def
y
: Int32
#
[
View source
]
def
y=
(y : Int32)
#
[
View source
]