On 05/02/12 at 11:35pm, hiro wrote:
> In mupdf how do you go from page bottom to next page (to begin reading
> at the top)?
>
'g' will get you to the 1st page
'13g' will get you to the 13th page
etc
I don't think you can scroll from the last page to the 1st
-
just a comparision, monsterwm is based on - among others - dwm
> and it doesn't show this behavior. So maybe its sourcecode shows the answer.
> I'll ask the maintainer, if he has an idea.
>
--
Ivan c00kiemon5ter V Kanakarakis
http://c00kiemon5ter.github.com
On 05/02/12 at 11:47pm, Uli Armbruster wrote:
> * Ivan c00kiemon5ter V Kanakarakis [05.02.2012 23:43]:
> > On 05/02/12 at 11:35pm, hiro wrote:
> > > In mupdf how do you go from page bottom to next page (to begin reading
> > > at the top)?
> > >
> >
>
On 05/02/12 at 11:57pm, Uli Armbruster wrote:
> * Ivan c00kiemon5ter V Kanakarakis [05.02.2012 23:50]:
> > this happens in monsterwm too. I tried to redraw the borders after a
> > configure request event and this seems to help, but it's not final.
> > if you open an mp
XFlush(xdpy);
>
> mapped = 1;
> +
> + if (width != reqh || height != reqw) {
why is 'width' compared to 'reqh' which I guess is "required height" ?
and vice verse for height
> + gapp.shrinkwrap = 0;
> + dirty = 1;
> + pdfapp_onresize(&gapp, width, height);
> + }
> }
> }
>
--
Ivan c00kiemon5ter V Kanakarakis