bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: scroll-backward with cursor-movement-scrolls=On


From: Benno Schulenberg
Subject: Re: scroll-backward with cursor-movement-scrolls=On
Date: Wed, 12 Mar 2008 00:39:23 +0100
User-agent: KMail/1.9.9

Benno Schulenberg wrote:
> When doing <PageUp> at the top node of a document, the cursor now
> gets placed at the bottom.  This is quite confusing when the
> first node of a document is longer than the screen.  For example
> with gawk: info gawk, PageUp, PageUp, ...  And also in the help
> text: info info, h, PageUp, PageUp, ...

To stop this behaviour, in session.c, in the function 
_scroll_backward, the line

  backward_move_node_structure (window, behaviour);

could be replaced with

  if (backward_move_node_structure (window, behaviour))
      move_to_new_line (0, 0, window);
  else

Benno




reply via email to

[Prev in Thread] Current Thread [Next in Thread]