terminal

Undocumented in source.

Members

Enums

keycode
enum keycode
Undocumented in source.

Static functions

bkcolor
void bkcolor(color_t clr)
Undocumented in source. Be warned that the author may not have intended to support it.
check
bool check(int slot)
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
clear_area
void clear_area(int x, int y, int w, int h)
Undocumented in source. Be warned that the author may not have intended to support it.
close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
color
void color(color_t clr)
Undocumented in source. Be warned that the author may not have intended to support it.
color_from_argb
color_t color_from_argb(ubyte a, ubyte r, ubyte g, ubyte b)
Undocumented in source. Be warned that the author may not have intended to support it.
color_from_name
color_t color_from_name(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
color_from_rgb
color_t color_from_rgb(ubyte r, ubyte g, ubyte b)
Undocumented in source. Be warned that the author may not have intended to support it.
composition
void composition(int mode)
Undocumented in source. Be warned that the author may not have intended to support it.
crop
void crop(int x, int y, int w, int h)
Undocumented in source. Be warned that the author may not have intended to support it.
delay
void delay(int period)
Undocumented in source. Be warned that the author may not have intended to support it.
has_input
int has_input()
Undocumented in source. Be warned that the author may not have intended to support it.
layer
void layer(int lyr)
Undocumented in source. Be warned that the author may not have intended to support it.
measure
void measure(string[] s)
Undocumented in source. Be warned that the author may not have intended to support it.
measuref
void measuref(string s, T args)
Undocumented in source. Be warned that the author may not have intended to support it.
open
int open(string title)
Undocumented in source. Be warned that the author may not have intended to support it.
peek
int peek()
Undocumented in source. Be warned that the author may not have intended to support it.
pick
int pick(int x, int y, int index)
Undocumented in source. Be warned that the author may not have intended to support it.
pick_bkcolor
color_t pick_bkcolor(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
pick_color
color_t pick_color(int x, int y, int index)
Undocumented in source. Be warned that the author may not have intended to support it.
print
void print(int x, int y, string[] s)
Undocumented in source. Be warned that the author may not have intended to support it.
printf
void printf(int x, int y, string s, T args)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(int x, int y, int code)
Undocumented in source. Be warned that the author may not have intended to support it.
put_ext
void put_ext(int x, int y, int dx, int dy, int code, color_t* corners)
Undocumented in source. Be warned that the author may not have intended to support it.
read
int read()
Undocumented in source. Be warned that the author may not have intended to support it.
read_str
string read_str(int x, int y, int max, string prompt)
Undocumented in source. Be warned that the author may not have intended to support it.
refresh
void refresh()
Undocumented in source. Be warned that the author may not have intended to support it.
set
int set(string[] s)
Undocumented in source. Be warned that the author may not have intended to support it.
setf
int setf(string s, T args)
Undocumented in source. Be warned that the author may not have intended to support it.
state
int state(int slot)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta