diff options
| author | Matthias-Christian Ott <ott@enolink.de> | 2008-07-09 10:50:44 +0200 |
|---|---|---|
| committer | Matthias-Christian Ott <ott@enolink.de> | 2008-07-09 10:50:44 +0200 |
| commit | 0cbcedb89ffe6e29b3c0640f371bed578c6e0c07 (patch) | |
| tree | b6924319c4ae779c7da7585da447e8c09f05635b | |
| parent | afc73c920df958dabaf1e8e544be47cbe9c919ce (diff) | |
| download | st-0cbcedb89ffe6e29b3c0640f371bed578c6e0c07.tar.gz st-0cbcedb89ffe6e29b3c0640f371bed578c6e0c07.zip | |
make ptm and pts static
| -rw-r--r-- | std.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -41,7 +41,7 @@ typedef struct { | |||
| 41 | static int cols = 80, lines = 25; | 41 | static int cols = 80, lines = 25; |
| 42 | static int cx = 0, cy = 0; | 42 | static int cx = 0, cy = 0; |
| 43 | static int c; | 43 | static int c; |
| 44 | int ptm, pts; | 44 | static int ptm, pts; |
| 45 | static _Bool bold, digit, qmark; | 45 | static _Bool bold, digit, qmark; |
| 46 | static pid_t pid; | 46 | static pid_t pid; |
| 47 | static RingBuffer buf; | 47 | static RingBuffer buf; |
