Adding an option to do relative new position. And fixing tab position.
Thanks Kyle Kramer for the suggestion!
Adding the -c option to close on last client close.
Thanks for the suggestion by Kyle Kramer!
Just some change I always wanted to apply.
Adding fullscreen mode to tabbed.
Another small change to test the git e-mailing.
A small change for a test.
Another small change to test the git interface.
Correcting the lastsel handling in tabbed. It should be more predictable now.
Add the -f flag, which tells tabbed to run the given command again, in case
the last tab is closed.
Changing the single-linked list for clients to a malloc()ed array. This makes
algorithms more efficient, that depend on the number of clients or shuffeling
around. The patch also adds new shortcuts to move tabs in their position. The
default color scheme is changed to the one of the maintainer.
Avoid flashing of surf when it is run in tabbed. Thanks Carlos Pita!
Allowing a different position for the window id. Thanks David Galos!
Style inquistion was here.
Fix the atom handling and fix the title setting. Thanks to Carlos Pita!
Test before commit. Correcting a typo.
Adding ed(1) compatibility.
Readding the spawn compatibility to use it in config.h. Thanks to Chris Hall.