aboutsummaryrefslogtreecommitdiffhomepage
path: root/input.h
diff options
context:
space:
mode:
authorGravatar liljencrantz <liljencrantz@gmail.com>2007-10-01 08:53:54 +1000
committerGravatar liljencrantz <liljencrantz@gmail.com>2007-10-01 08:53:54 +1000
commit4b85eb32d7fa2131e2fc0a1f18a1c3f59b7161ba (patch)
tree5e6282064b5975a195acd0cf7053b0733713fd6b /input.h
parent5870ee77233783d3ed202b9154edf55b5c0581c5 (diff)
Remove readline legacy input function 'winch' and replace its functionality with an event handler function. Once again make the null keybinding do nothing. There are various sitauations where you want to perform a repaint at just the right time, and more or less by luck it worked very well to do this on null, but this really shouldn't happen and no longer does. Hopefully if new repainting issues turn up, they can be fixed at the root instead of once again reapplying this broken bandaid.
darcs-hash:20070930225354-75c98-8e2b518aa0ef694cee889c1c599ff4f158d9eb7f.gz
Diffstat (limited to 'input.h')
-rw-r--r--input.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/input.h b/input.h
index 3c3bae15..2814d809 100644
--- a/input.h
+++ b/input.h
@@ -38,7 +38,6 @@ enum
R_KILL_WORD,
R_BACKWARD_KILL_WORD,
R_DUMP_FUNCTIONS,
- R_WINCH,
R_HISTORY_TOKEN_SEARCH_BACKWARD,
R_HISTORY_TOKEN_SEARCH_FORWARD,
R_SELF_INSERT,