Home
last modified time | relevance | path

Searched refs:scroll_size (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/usr.bin/texinfo/info/
Dsession.c1325 int scroll_size = (the_screen->height + 1) / 2; variable
1331 scroll_size = default_scroll_size;
1333 desired_top = window->pagetop + scroll_size;
1351 int scroll_size = (the_screen->height + 1) / 2; variable
1357 scroll_size = default_scroll_size;
1359 desired_top = window->pagetop - scroll_size;