summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsabetts <sabetts>2001-12-21 11:21:08 +0000
committersabetts <sabetts>2001-12-21 11:21:08 +0000
commit86866ff113c52e25a7ee7b29433d7641d1c6ed9e (patch)
treefa4e5f34d0684382feb5c1f02b20dcd121d23a0b /ChangeLog
parent872a9e14fae3e28451b04349bdbd6c60407c4b26 (diff)
downloadratpoison-86866ff113c52e25a7ee7b29433d7641d1c6ed9e.zip
* src/input.c (input_history): new static global
(input_num_history_entries): likewise (get_more_input): cycle through the input history. * src/conf.h (INPUT_PREV_HISTORY_KEY): new define (INPUT_PREV_HISTORY_MODIFIER): likewise (INPUT_NEXT_HISTORY_KEY): likewise (INPUT_NEXT_HISTORY_MODIFIER): likewise (INPUT_MAX_HISTORY): likewise * src/input.c (update_input_window): Draw the cursor in the right place.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 64ddbda..70e7da5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2001-12-21 shawn <sabetts@vcn.bc.ca>
+ * src/input.c (input_history): new static global
+ (input_num_history_entries): likewise
+ (get_more_input): cycle through the input history.
+
+ * src/conf.h (INPUT_PREV_HISTORY_KEY): new define
+ (INPUT_PREV_HISTORY_MODIFIER): likewise
+ (INPUT_NEXT_HISTORY_KEY): likewise
+ (INPUT_NEXT_HISTORY_MODIFIER): likewise
+ (INPUT_MAX_HISTORY): likewise
+
* src/input.c (update_input_window): Draw the cursor in the right place.
* src/actions.h (cmd_defbarpadding): new prototype