Re: [dev] [PATCH] [tabbed] movetab(): Move selected tab instead of switching

2014-10-14 Thread Christoph Lohmann
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

Re: [dev] [PATCH] [tabbed] movetab(): Move selected tab instead of switching

2014-10-14 Thread Markus Teich
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

[dev] [PATCH] [tabbed] movetab(): Move selected tab instead of switching

2014-10-07 Thread Markus Teich
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