aboutsummaryrefslogtreecommitdiffstats
path: root/proto.h
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2020-08-31 16:02:07 +0000
committerbptato <nincsnevem662@gmail.com>2020-08-31 16:02:07 +0000
commit9916eadf2418f85a57cf767825903f6c34bfdb5f (patch)
treef7d13db72a9c04461be808272996405899f91814 /proto.h
parentUpdate ChangeLog (diff)
downloadw3m-9916eadf2418f85a57cf767825903f6c34bfdb5f.tar.gz
w3m-9916eadf2418f85a57cf767825903f6c34bfdb5f.zip
New commands for moving to the top, middle and bottom of buffer
Diffstat (limited to '')
-rw-r--r--proto.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index d513527..b20538e 100644
--- a/proto.h
+++ b/proto.h
@@ -1,5 +1,5 @@
/* $Id: proto.h,v 1.104 2010/07/25 09:55:05 htrb Exp $ */
-/*
+/*
* This file was automatically generated by version 1.7 of cextract.
* Manual editing not recommended.
*
@@ -156,6 +156,9 @@ extern Anchor *list_menu(Buffer *buf);
#endif
extern void undoPos(void);
extern void redoPos(void);
+extern void cursorTop(void);
+extern void cursorMiddle(void);
+extern void cursorBottom(void);
extern int currentLn(Buffer *buf);
extern void tmpClearBuffer(Buffer *buf);