My suckless tabbed build.

AMF064 6f30d04782 Tabs: spawn new tab to the right of the former. hai 1 ano
.gitignore 62c7c048c1 Update .gitignore: ignore .o files and config.h hai 1 ano
LICENSE d60069a3e7 add xembed wrapper utility %!s(int64=9) %!d(string=hai) anos
Makefile 0f7ac75a7c First commit: edit Makefile and add .gitignore hai 1 ano
README 335032b7f4 Trivial changes to try out the new update filter script. %!s(int64=12) %!d(string=hai) anos
TODO 71880b14d7 0.5 tabbed release. %!s(int64=11) %!d(string=hai) anos
arg.h 4ccaba4968 Import the arg.h from st with the fixed oob bug. %!s(int64=9) %!d(string=hai) anos
config.def.h 6f30d04782 Tabs: spawn new tab to the right of the former. hai 1 ano
tabbed.1 bbcdf1544c Fix minor inconsistency in man page %!s(int64=7) %!d(string=hai) anos
tabbed.c 87cc5be49b config.def.h: change ctrl-q to ctrl-w to close a tab. hai 1 ano
xembed.1 d60069a3e7 add xembed wrapper utility %!s(int64=9) %!d(string=hai) anos
xembed.c 735bed5824 Style cleanup %!s(int64=9) %!d(string=hai) anos

README

tabbed - generic tabbed interface
=================================
tabbed is a simple tabbed X window container.

Requirements
------------
In order to build tabbed you need the Xlib header files.

Installation
------------
Edit config.mk to match your local setup (tabbed is installed into
the /usr/local namespace by default).

Afterwards enter the following command to build and install tabbed
(if necessary as root):

make clean install

Running tabbed
--------------
See the man page for details.