summaryrefslogtreecommitdiffstats
path: root/src/input.h
diff options
context:
space:
mode:
authorandmarti1424 <andmarti@gmail.com>2017-04-09 19:19:22 -0300
committerandmarti1424 <andmarti@gmail.com>2017-04-09 19:19:22 -0300
commitf5959f99d723630c9efaaa30a1209316064f9158 (patch)
treed91369c0e31ad8eac4104a02b27608b968444386 /src/input.h
parentcc90329962d76e1103aa43653993cf2f01c5038b (diff)
cleaned comments
Diffstat (limited to 'src/input.h')
-rw-r--r--src/input.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/input.h b/src/input.h
index 302f6ef..059f05d 100644
--- a/src/input.h
+++ b/src/input.h
@@ -1,8 +1,8 @@
#include <wchar.h>
-#include <sys/time.h> // for struct timeval
+#include <sys/time.h> // for struct timeval
-extern int multiplier; // Multiplier
-extern int command_pending; // Command pending
+extern int multiplier; // Multiplier
+extern int command_pending; // Command pending
extern struct block * lastcmd_buffer;
#ifdef HISTORY_FILE
extern struct history * commandline_history;
@@ -11,7 +11,7 @@ extern struct history * commandline_history;
extern struct history * insert_history;
#endif
-void fix_timeout(struct timeval * start_tv); // Handle timeout of stdin
+void fix_timeout(struct timeval * start_tv); // Handle timeout of stdin
void handle_input(struct block * buffer);
void break_waitcmd_loop(struct block * buffer);
int has_cmd (struct block * buf, long timeout);