aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias-Christian Ott <ott@enolink.de>2008-07-10 22:43:24 +0200
committerMatthias-Christian Ott <ott@enolink.de>2008-07-10 22:43:24 +0200
commit399355740410695859db7f7816fd906a27427fad (patch)
tree61a8685b5ee3d627a35a4864036df4db73b5ed30
parent3333bca385b0a02c807175a5d89d2fd257909ad6 (diff)
parentfbac4d5cb681703f6083df46320342db86743ab8 (diff)
downloadst-399355740410695859db7f7816fd906a27427fad.tar.gz
st-399355740410695859db7f7816fd906a27427fad.tar.bz2
merge with backout head
-rw-r--r--std.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/std.c b/std.c
index 5bc27b8..3e155e6 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;
-static int ptm, pts;
+int ptm, pts;
static _Bool bold, digit, qmark;
static pid_t pid;
static RingBuffer buf;