termbox: Termbox low level interface

Description Usage Arguments

Description

These are a direct mapping of the termbox functions. Things should be built on top of these as they're very primitive.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27

Arguments

fg,bg

foregreound and background colours (see tb for a set of values)

cx,cy

x and y position of the cursor

x,y

x and y position of the cell

ch

A single character code

mode

input or output mode (see tb$INPUT_* and tb$INPUT_* for possible values.

timeout

timeout in milliseconds


richfitz/boxr documentation built on May 27, 2019, 8:16 a.m.