aboutsummaryrefslogtreecommitdiffhomepage
path: root/input.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-10-05 07:45:02 +1000
committerGravatar axel <axel@liljencrantz.se>2006-10-05 07:45:02 +1000
commitd1078f8582bff8365d233664458c509305350f5c (patch)
tree2c6779215cece3b16c24453127a206e7b4cc3fde /input.h
parent0ea668b260bcb640de7bdcb3feff4f7d9187e32c (diff)
Detect and handle terminals size changes
darcs-hash:20061004214502-ac50b-aaf5b76a6281c0ba8757e794b0a802793ce92916.gz
Diffstat (limited to 'input.h')
-rw-r--r--input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/input.h b/input.h
index b7b5a61c..619c8d81 100644
--- a/input.h
+++ b/input.h
@@ -39,7 +39,7 @@ enum
R_KILL_WORD,
R_BACKWARD_KILL_WORD,
R_DUMP_FUNCTIONS,
- R_CLEAR_SCREEN,
+ R_WINCH,
R_EXIT,
R_HISTORY_TOKEN_SEARCH_BACKWARD,
R_HISTORY_TOKEN_SEARCH_FORWARD,