Skip to content

xash/setty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

setty - simple elastic tabstops terminal? why?
----------------------------------------------
setty is a st fork with elastic tabstops and proportional font support.
st is a simple terminal emulator for X which sucks less.


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


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

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

    make clean install


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

    tic -sx st.info

See the man page for additional details.

Credits
-------
Based on Aurélien APTEL <aurelien dot aptel at gmail dot com> bt source code.