dinorun ~master (2019-12-22T14:44:46Z)
Dub
Repo
TermWrapper.put
terminalwrapper
TermWrapper
writes a character
ch
at a position
(x, y)
void
put
(
int
x
,
int
y
,
char
ch
)
class
TermWrapper
void
put
(
int
x
,
int
y
,
char
ch
)
void
put
(
int
x
,
int
y
,
char
ch
,
Color
fg
,
Color
bg
)
Meta
Source
See Implementation
terminalwrapper
TermWrapper
constructors
this
functions
color
fill
flush
getKey
height
put
width
writes a character ch at a position (x, y)