GitXplorerGitXplorer
o

st

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
ad26bfd25cc5ab72680f88e581bac3b8592c112a

updated font

oongspxm committed 8 years ago
Unverified
d5562f23258ff23fb7ccc0bfcdf0e5e0e0974c71

updated font

oongspxm committed 8 years ago
Unverified
5a10aca702bf7bc9094cb4abaea6c59558740d29

st.1: modify man page to accurately reflect default keybindings

committed 8 years ago
Unverified
745c40f8b07ab898d1f9d4f564881b40599bc80d

Simplify how we keep ATTRs under cursor

committed 8 years ago
Unverified
149c0d3aedffe69b625ef95868daae200941d5f5

Fix commented out code

committed 8 years ago
Unverified
f2bfd513b14a2aa27796670235557a550b4189db

keep some glyph modes for the cursor

ddrm00 committed 8 years ago

README

The README file for this repository.

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.