summary refs log tree commit diff
path: root/home/.bin/dtch.c
diff options
context:
space:
mode:
Diffstat (limited to 'home/.bin/dtch.c')
-rwxr-xr-xhome/.bin/dtch.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/home/.bin/dtch.c b/home/.bin/dtch.c
index f5483e4a..bed6bc29 100755
--- a/home/.bin/dtch.c
+++ b/home/.bin/dtch.c
@@ -6,23 +6,23 @@ ln -f $bin/dtch $bin/atch
 exit
 #endif
 
-#include <sys/wait.h>
-#include <util.h>
-#include <sys/stat.h>
+#include <err.h>
+#include <errno.h>
 #include <fcntl.h>
 #include <poll.h>
-#include <stdlib.h>
-#include <sysexits.h>
-#include <unistd.h>
-#include <sys/types.h>
-#include <sys/socket.h>
 #include <pwd.h>
-#include <err.h>
-#include <sys/un.h>
 #include <stdio.h>
-#include <errno.h>
+#include <stdlib.h>
 #include <sys/ioctl.h>
+#include <sys/socket.h>
+#include <sys/stat.h>
+#include <sys/types.h>
+#include <sys/un.h>
+#include <sys/wait.h>
+#include <sysexits.h>
 #include <termios.h>
+#include <unistd.h>
+#include <util.h>
 
 static struct passwd *getUser(void) {
     uid_t uid = getuid();
&follow=1'>Use CURL_PREFIX to set flagsJune McEnroe 2019-09-05Add titleJune McEnroe 2019-09-04Add Avorter n'est pas tuerJune McEnroe 2019-08-29Unset executable on shell scriptsJune McEnroe 2019-08-29Add long-missing setopt to bin.7June McEnroe 2019-08-29Add editJune McEnroe> 2018-02-04Set up Makefile for gfxx-cocoa or gfxx-fbJune McEnroe 2018-02-04Avoid doing excessive work in gfxxJune McEnroe By stopping when the next column would be off the edge of the buffer. 2018-02-04Handle window resizing in gfcocoaJune McEnroe 2018-02-04Set cinoptionsJune McEnroe 2018-02-04Tweak colorscheme moreJune McEnroe 2018-02-04Color MatchParen DarkYellowJune McEnroe White is not obvious enough. 2018-02-04Add palette sampling to gfxxJune McEnroe 2018-02-04Add 4-bit RGB to gfxxJune McEnroe Replace default palette with alternating black and white. 2018-02-04Add Quit menu item to gfcocoaJune McEnroe 2018-02-04Switch back to sane Objective-C styleJune McEnroe 2018-02-04Quit gfcocoa when window closesJune McEnroe 2018-02-03Apparently this is how people write Objective-CJune McEnroe