aboutsummaryrefslogtreecommitdiffstats
path: root/action.h
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-06-03 11:45:54 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-06-03 11:45:54 +0000
commit0dd04e26ce0216d8406af557ab0cba1511f8ccde (patch)
tree932ca63070094dadc1980a4f11696989a3c67b39 /action.h
parent38bd2eb933f9398597f2fc4877746baa97982593 (diff)
downloaddzen-0dd04e26ce0216d8406af557ab0cba1511f8ccde.tar.gz
dzen-0dd04e26ce0216d8406af557ab0cba1511f8ccde.zip
renamed a_showhead to a_scrollhome
changed handle_newl to scroll only when last line of input is viewed git-svn-id: http://dzen.googlecode.com/svn/trunk@49 f2baff5b-bf2c-0410-a398-912abdc3d8b2
Diffstat (limited to 'action.h')
-rw-r--r--action.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/action.h b/action.h
index ac546a5..944f434 100644
--- a/action.h
+++ b/action.h
@@ -73,6 +73,6 @@ int a_menuprint(char **);
int a_menuexec(char **);
int a_raise(char **);
int a_lower(char **);
-int a_showhead(char **);
+int a_scrollhome(char **);