summary refs log tree commit diff
path: root/curtis
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2017-07-16 13:14:51 -0400
committerJune McEnroe <programble@gmail.com>2017-07-16 13:14:51 -0400
commitb3e8a5825d2617db87f80e8079e232a8ebdbb1ea (patch)
tree3970c66bfe496fd378dc0e2de79196990b582ade /curtis
parentFix dtch portability (diff)
downloadsrc-b3e8a5825d2617db87f80e8079e232a8ebdbb1ea.tar.gz
src-b3e8a5825d2617db87f80e8079e232a8ebdbb1ea.zip
Add description to dtch
Diffstat (limited to '')
-rwxr-xr-xcurtis/.bin/dtch.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/curtis/.bin/dtch.c b/curtis/.bin/dtch.c
index 2c19e1d2..1865716b 100755
--- a/curtis/.bin/dtch.c
+++ b/curtis/.bin/dtch.c
@@ -6,6 +6,8 @@ ln -f $bin/dtch $bin/atch
 exit
 #endif
 
+// Session attach and detach.
+
 #include <err.h>
 #include <errno.h>
 #include <fcntl.h>
hlight'> 2019-09-07Ignore SIGPIPE in relayJune McEnroe Allows restarting consumers safely. 2019-09-07Add A Memory Called EmpireJune McEnroe 2019-09-05Handle lack of Content-TypeJune McEnroe 2019-09-05Use CURLINFO_CONTENT_TYPEJune McEnroe Oops, didn't see this. 2019-09-05Decode entities in titlesJune McEnroe 2019-09-05Print title as soon as it's availableJune McEnroe 2019-09-05Use 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