Rev 1419 | Rev 1590 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1419 | Rev 1524 | ||
|---|---|---|---|
| Line 34... | Line 34... | ||
| 34 | * |
34 | * |
| 35 | * @(#)screen.h 8.1 (Berkeley) 5/31/93 |
35 | * @(#)screen.h 8.1 (Berkeley) 5/31/93 |
| 36 | */ |
36 | */ |
| 37 | 37 | ||
| 38 | /* |
38 | /* |
| 39 | * Capabilities from TERMCAP (used in the score code). |
- | |
| 40 | */ |
- | |
| 41 | extern char *SEstr; /* end standout mode */ |
- | |
| 42 | extern char *SOstr; /* begin standout mode */ |
- | |
| 43 | - | ||
| 44 | /* |
- | |
| 45 | * putpad() is for padded strings with count=1. |
39 | * putpad() is for padded strings with count=1. |
| 46 | */ |
40 | */ |
| 47 | #define putpad(s) tputs(s, 1, put) |
41 | #define putpad(s) tputs(s, 1, put) |
| 48 | 42 | ||
| 49 | int put(int); /* just calls putchar; for tputs */ |
43 | int put(int); /* just calls putchar; for tputs */ |