Module *m_writing_surface* *************************** Documentation for the modules-m_writing_surface module in */std/modules/m_writing_surface.c*. Functions ========= .. c:function:: void set_space(int max) Set the maximum number of characters that can fit on the writing surface .. c:function:: int query_space() Return the maximum number of characters that can fit on the writing surface .. c:function:: int query_space_left() Return the amount of space left (number of characters) on a writing surface .. c:function:: 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.*