Adding an option to do relative new position. And fixing tab position.
Thanks Kyle Kramer for the suggestion!
Adding fullscreen mode to tabbed.
New windows should be in the foreground.
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.
new default colour scheme
added generic client support (thanks Stephen)
tabbed remembers last viewed tab; open new tabs focused/unfocused can be configured now.
using dwms/dmenus colors.
fixing bindings to move()
code cleaning, windows are properly closed on exit; if last client quits, exit
storing windowId in char[] variable.
removing autostart. using stdin instead.
added classhints, tab-clicking works again.
implementing spawntab(), rewriting run()
adding killclient, removing wmhints
removing surf-stuff, distributing tabbed on its own.