Introduction
Introduction Statistics Contact Development Disclaimer Help
comment style - svkbd - simple virtual keyboard
git clone git://git.suckless.org/svkbd
Log
Files
Refs
README
LICENSE
---
commit 55de8b5184f10a07bef8533b86804d3a95348f4b
parent 7c06a0caf5900597dfbfa30441936fd5510db6bb
Author: Hiltjo Posthuma <[email protected]>
Date: Sun, 28 Mar 2021 15:03:09 +0200
comment style
Diffstat:
M svkbd.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/svkbd.c b/svkbd.c
@@ -1204,7 +1204,7 @@ main(int argc, char *argv[])
}
if (printoutput)
- setbuf(stdout, NULL); //unbuffered output
+ setbuf(stdout, NULL); /* unbuffered output */
if (heightfactor <= 0)
die("height factor must be a positive integer");
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.