Adding fullscreen mode to tabbed.
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.
Allowing a different position for the window id. Thanks David Galos!
Enable easier tabbed handling with the xid.
Allow no automatic spawning of the command.
Adding manpage fix from Connor Lane Smith. Thanks ;)
adding manpage and README.