aboutsummaryrefslogtreecommitdiffhomepage
path: root/input.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-03-31 10:01:39 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-03-31 10:01:39 -0700
commit0d3169ef70032559e201a500aff2197a2854aa72 (patch)
tree89971815f95f8826ad1eee19985147d0635ca2ea /input.h
parentfe3b439e31ce893d9345112e95a031aa5ec11183 (diff)
Run restyle.sh to enforce style rules.
Diffstat (limited to 'input.h')
-rw-r--r--input.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/input.h b/input.h
index ed2614ca..b0afe081 100644
--- a/input.h
+++ b/input.h
@@ -18,7 +18,7 @@ inputrc information for key bindings.
/**
Key codes for inputrc-style keyboard functions that are passed on
to the caller of input_read()
-
+
NOTE: IF YOU MODIFY THIS YOU MUST UPDATE THE name_arr AND code_arr VARIABLES TO MATCH!
*/
enum
@@ -156,7 +156,7 @@ void input_set_bind_mode(const wcstring &bind_mode);
wchar_t input_function_pop_arg();
-/**
+/**
Sets the return status of the most recently executed input function
*/
void input_function_set_status(bool status);