all repos — st @ 0cbcedb89ffe6e29b3c0640f371bed578c6e0c07

st (suckless terminal) config

make ptm and pts static
Matthias-Christian Ott ott@enolink.de
commit

0cbcedb89ffe6e29b3c0640f371bed578c6e0c07

parent

afc73c920df958dabaf1e8e544be47cbe9c919ce

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M std.cstd.c

@@ -41,7 +41,7 @@

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;