Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

mode name
drwxr-xr-x patches/
-rw-r--r-- .ignore
-rw-r--r-- .xinitrc
-rw-r--r-- FAQ
-rw-r--r-- LEGACY
-rw-r--r-- LICENSE
-rw-r--r-- Makefile
-rw-r--r-- README
-rw-r--r-- TODO
-rw-r--r-- arg.h
-rw-r--r-- config.def.h
-rw-r--r-- config.h
-rw-r--r-- config.mk
-rw-r--r-- st.1
-rw-r--r-- st.c
-rw-r--r-- st.h
-rw-r--r-- st.info
-rw-r--r-- win.h
-rw-r--r-- x.c
README

st - simple terminal

st is a simple terminal emulator for X which sucks less.

Requirements

In order to build st you need the Xlib header files.

Installation

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

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

make clean install

Running st

If you did not install st with make clean install, you must compile the st terminfo entry with the following command:

tic -sx st.info

See the man page for additional details.

Credits

Based on Aurélien APTEL bt source code.