Simple Curses

Liens

Fonctions

window "TITLE" "COLOR" WIDTH = create a window with title, color and width
append "TEXT" = append text to the window, be carefull "\n" are not interpreted, you have to append line by line
append_tabbed "TEXTE" COLS SEP = As "append" function but TEXT will be displayed as table. You need to give number of cols you will display. SEP is ":" by default
append_file display a file text on window, text is wrapped to fit window
append_command Execute command and display result on window
addsep = Append a separator
main_loop SEC = run loop every SEC second, default is 1 second
col_right
move_up