From a98d134e89a42909721dcefd426118af38628048 Mon Sep 17 00:00:00 2001 From: EliteTK Date: Thu, 24 Apr 2014 09:06:24 +0100 Subject: Latest random crap. --- box.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 box.c (limited to 'box.c') diff --git a/box.c b/box.c new file mode 100644 index 0000000..3a62deb --- /dev/null +++ b/box.c @@ -0,0 +1,10 @@ +#include + +int main(int argc, char **argv) +{ + if(argc != 2){ + printf("\33[?25l"); + } else { + printf("\33[?25h"); + } +} -- cgit v1.2.3-54-g00ecf