aboutsummaryrefslogtreecommitdiff
path: root/std.c
diff options
context:
space:
mode:
authorMatthias-Christian Ott <ott@enolink.de>2008-07-09 10:50:44 +0200
committerMatthias-Christian Ott <ott@enolink.de>2008-07-09 10:50:44 +0200
commit23bc536ebd6d5dea7d6be35eedf183e888c8f3c6 (patch)
treeb6924319c4ae779c7da7585da447e8c09f05635b /std.c
parentf917857f4eff0518c27aa0c2d5361e487f896528 (diff)
downloadst-23bc536ebd6d5dea7d6be35eedf183e888c8f3c6.tar.gz
st-23bc536ebd6d5dea7d6be35eedf183e888c8f3c6.tar.bz2
make ptm and pts static
Diffstat (limited to 'std.c')
-rw-r--r--std.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/std.c b/std.c
index 3e155e6..5bc27b8 100644
--- a/std.c
+++ b/std.c
@@ -41,7 +41,7 @@ typedef struct {
static int cols = 80, lines = 25;
static int cx = 0, cy = 0;
static int c;
-int ptm, pts;
+static int ptm, pts;
static _Bool bold, digit, qmark;
static pid_t pid;
static RingBuffer buf;