Subversion Repositories planix.SVN

Rev

Blame | Last modification | View Log | RSS feed

/*
 * Define the size of the termcap buffer here.
 * If using an external termcap, this should match it's buffer size.
 * If using the termcap in this archive, this determines the
 * maximum size of a termcap entry.
 */

#define TCBUFSIZE       8192
#define E_TERMCAP       "/etc/termcap"