diff options
author | Matthias-Christian Ott <ott@enolink.de> | 2008-07-10 22:43:24 +0200 |
---|---|---|
committer | Matthias-Christian Ott <ott@enolink.de> | 2008-07-10 22:43:24 +0200 |
commit | 399355740410695859db7f7816fd906a27427fad (patch) | |
tree | 61a8685b5ee3d627a35a4864036df4db73b5ed30 | |
parent | 3333bca385b0a02c807175a5d89d2fd257909ad6 (diff) | |
parent | fbac4d5cb681703f6083df46320342db86743ab8 (diff) | |
download | st-399355740410695859db7f7816fd906a27427fad.tar.gz st-399355740410695859db7f7816fd906a27427fad.tar.bz2 |
merge with backout head
-rw-r--r-- | std.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |