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
commita95f4f2ed9772599c491e582e65f90ff4fd7085d (patch)
tree61a8685b5ee3d627a35a4864036df4db73b5ed30
parentfb4508b0b7ca638decb03482535c2087383a523d (diff)
parent7a132bd6ac40bfa32b6ac1da412c8c7d35e2d5ca (diff)
downloadst-a95f4f2ed9772599c491e582e65f90ff4fd7085d.tar.gz
st-a95f4f2ed9772599c491e582e65f90ff4fd7085d.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;