Module m_writing_surface

Documentation for the modules-m_writing_surface module in /std/modules/m_writing_surface.c.

Functions

void set_space(int max)

Set the maximum number of characters that can fit on the writing surface

int query_space()

Return the maximum number of characters that can fit on the writing surface

int query_space_left()

Return the amount of space left (number of characters) on a writing surface

void add_text(string str)

Add some text to a writing surface. Make sure it fits (query_space_left) first.

File generated by Lima 1.1a4 reStructured Text daemon.