picotui.screen module

class picotui.screen.Screen[source]

Bases: object

static attr_color(fg, bg=-1)[source]
static attr_reset()[source]
clear_box(left, top, width, height)[source]
static clear_num_pos(num)[source]
static clear_to_eol()[source]
static cls()[source]
static cursor(onoff)[source]
classmethod deinit_tty()[source]
dialog_box(left, top, width, height, title='')[source]
classmethod disable_mouse()[source]
draw_box(left, top, width, height)[source]
classmethod enable_mouse()[source]
static goto(x, y)[source]
classmethod init_tty()[source]
classmethod screen_size()[source]
classmethod set_screen_redraw(handler)[source]
classmethod set_screen_resize(handler)[source]
static wr(s)[source]
static wr_fixedw(s, width)[source]