terminal

Undocumented in source.
struct terminal {}

Members

Aliases

bkcolour
alias bkcolour = bkcolor
Undocumented in source.
colour
alias colour = color
Undocumented in source.
colour_from_argb
alias colour_from_argb = color_from_argb
Undocumented in source.
colour_from_name
alias colour_from_name = color_from_name
Undocumented in source.
colour_from_rgb
alias colour_from_rgb = color_from_rgb
Undocumented in source.
keycodes
alias keycodes = keycode
Undocumented in source.
pick_bkcolour
alias pick_bkcolour = pick_bkcolor
Undocumented in source.
pick_colour
alias pick_colour = pick_color
Undocumented in source.

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.
bkcolor
void bkcolor(string 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
void color(string clr)
Undocumented in source. Be warned that the author may not have intended to support it.
color_from_argb
uint 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
uint color_from_name(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
color_from_rgb
uint 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.
font
void font(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
get
string get(string key, string defaultval)
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
dimensions_t measure(string[] s)
Undocumented in source. Be warned that the author may not have intended to support it.
measure_ext
dimensions_t measure_ext(int w, int h, string[] s)
Undocumented in source. Be warned that the author may not have intended to support it.
measuref
dimensions_t measuref(string s, T args)
Undocumented in source. Be warned that the author may not have intended to support it.
measuref_ext
dimensions_t measuref_ext(int w, h , 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
dimensions_t print(int x, int y, string[] s)
Undocumented in source. Be warned that the author may not have intended to support it.
print_ext
dimensions_t print_ext(int x, int y, int w, int h, int alignment, string[] s)
Undocumented in source. Be warned that the author may not have intended to support it.
printf
dimensions_t printf(int x, int y, string s, T args)
Undocumented in source. Be warned that the author may not have intended to support it.
printf_ext
dimensions_t printf_ext(int x, int y, int w, int h, int alignment, 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)
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[4] corners)
Undocumented in source. Be warned that the author may not have intended to support it.
read
keycode 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