• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

LICENSEH A D21-Jan-20141.1 KiB2419

MakefileH A D21-Jan-20141.5 KiB6145

READMEH A D21-Jan-2014508 2316

TODOH A D21-Jan-201474 53

arg.hH A D21-Jan-20141.1 KiB5340

config.def.hH A D21-Jan-20142.6 KiB5941

config.mkH A D03-May-2022438 269

tabbed.1H A D21-Jan-20143.1 KiB145143

tabbed.cH A D21-Jan-201427.5 KiB1,2981,086

README

1tabbed - generic tabbed interface
2=================================
3tabbed is a simple tabbed X window container.
4
5Requirements
6------------
7In order to build tabbed you need the Xlib header files.
8
9Installation
10------------
11Edit config.mk to match your local setup (tabbed is installed into
12the /usr/local namespace by default).
13
14Afterwards enter the following command to build and install tabbed
15(if necessary as root):
16
17    make clean install
18
19Running tabbed
20--------------
21See the man page for details.
22
23