aboutsummaryrefslogtreecommitdiffhomepage
path: root/input.h
diff options
context:
space:
mode:
authorGravatar liljencrantz <liljencrantz@gmail.com>2007-09-22 00:05:49 +1000
committerGravatar liljencrantz <liljencrantz@gmail.com>2007-09-22 00:05:49 +1000
commitd2d397d9eb8ec9c4003d1ce45b26a7cc133e801f (patch)
tree61b8a13756c5f4978a79b5cb364f6b49d0edffea /input.h
parent607e97065958640f09dbe5de103bae0fd7c350c5 (diff)
Make up/down cursor move up or down when in multiline mode, except if already in search mode or at the top/bottom line. Since part of this is done in script-space, this involves adding some functionality to the commandline builtin.
darcs-hash:20070921140549-75c98-ba9e83f5e6fdecae5df8f83dd863794c6af9770c.gz
Diffstat (limited to 'input.h')
-rw-r--r--input.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/input.h b/input.h
index fbb991da..32406b28 100644
--- a/input.h
+++ b/input.h
@@ -49,7 +49,9 @@ enum
R_EXECUTE,
R_BEGINNING_OF_BUFFER,
R_END_OF_BUFFER,
- R_REPAINT
+ R_REPAINT,
+ R_UP_LINE,
+ R_DOWN_LINE,
}
;