Greetings.
On Tue, 14 Oct 2014 18:41:48 +0200 Markus Teich
wrote:
> Markus Teich wrote:
> > In movetab() the current method is to switch two tabs with each other. If
> > you
> > only use the +1 and -1 arguments from config.def.h, this works well and has
> > the expected effect in most cases. Ho
Markus Teich wrote:
> In movetab() the current method is to switch two tabs with each other. If you
> only use the +1 and -1 arguments from config.def.h, this works well and has
> the expected effect in most cases. However when moveing a tab over one end of
> the list, it just gets switched with th
Before this patch, movetab() just switched positions of the selected tab with
the new position. This resulted in unexpected behaviour when „moving“ a tab over
one end of the list.
Now tabs are moved correctly by the specified amount of indizes.
---
Heyho,
In movetab() the current method is to