Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1523 → Rev 1524

/uspace/trunk/tetris/screen.h
36,12 → 36,6
*/
 
/*
* Capabilities from TERMCAP (used in the score code).
*/
extern char *SEstr; /* end standout mode */
extern char *SOstr; /* begin standout mode */
 
/*
* putpad() is for padded strings with count=1.
*/
#define putpad(s) tputs(s, 1, put)