summaryrefslogtreecommitdiff
path: root/src/uicmd.hh
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2007-10-24 22:24:01 +0200
committerjcid <devnull@localhost>2007-10-24 22:24:01 +0200
commit9c82e3b54e82bd6cd9a3541c289eaf9c5393ed63 (patch)
treef000ec305afb5a5a90f00be36e8eee94b889f7a6 /src/uicmd.hh
parent6490b8207de848c39894ca635497a7cd941d68d4 (diff)
Implemented a new scheme of scroll-position remembering. This is one per
visited page intead of one per url (this is more standard).
Diffstat (limited to 'src/uicmd.hh')
-rw-r--r--src/uicmd.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/uicmd.hh b/src/uicmd.hh
index 125e87a3..01e9e819 100644
--- a/src/uicmd.hh
+++ b/src/uicmd.hh
@@ -45,6 +45,8 @@ void a_UIcmd_set_save_dir(const char *dir);
void a_UIcmd_get_wh(BrowserWindow *bw, int *w, int *h);
void a_UIcmd_get_scroll_xy(BrowserWindow *bw, int *x, int *y);
+void a_UIcmd_set_scroll_xy(BrowserWindow *bw, int x, int y);
+void a_UIcmd_set_scroll_by_fragment(BrowserWindow *bw, const char *f);
char *a_UIcmd_get_location_text(BrowserWindow *bw);
void a_UIcmd_set_location_text(void *vbw, const char *text);
void a_UIcmd_set_page_prog(BrowserWindow *bw, size_t nbytes, int cmd);