all repos — st @ a95f4f2ed9772599c491e582e65f90ff4fd7085d

st (suckless terminal) config

merge with backout head
Matthias-Christian Ott ott@enolink.de
commit

a95f4f2ed9772599c491e582e65f90ff4fd7085d

parent

fb4508b0b7ca638decb03482535c2087383a523d

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; -static int ptm, pts; +int ptm, pts; static _Bool bold, digit, qmark; static pid_t pid; static RingBuffer buf;