On Thu, Oct 10, 2024 at 04:29:21PM +0100, Gavin Smith wrote:
> > I propose in the patch to separate the information set by -1 from the
> > goal_column value, by setting this information in the window->flags
> > separately from the goal_column. This is for two reasons, first I think
> > that using
On Wed, Oct 09, 2024 at 08:00:42PM +0200, Patrice Dumas wrote:
> Hello,
>
> Here is a patch that I would like to propose, but it could be
> controversial so I prefer to ask here first. This is in info code,
> currently window->goal_column is set to -1 to mean that the
> column to place the cursor
Hello,
Here is a patch that I would like to propose, but it could be
controversial so I prefer to ask here first. This is in info code,
currently window->goal_column is set to -1 to mean that the
column to place the cursor in when moving it up is the column it is
currently in.
I propose in the p