説明なし

Adam Salwowski e4ea06c2b6 updating files 2 年 前
FAQ f291be3426 updating files 2 年 前
LEGACY f291be3426 updating files 2 年 前
LICENSE f291be3426 updating files 2 年 前
Makefile f291be3426 updating files 2 年 前
README.org 7894ecfa82 updating files 2 年 前
TODO f291be3426 updating files 2 年 前
arg.h f291be3426 updating files 2 年 前
config.def.h e4ea06c2b6 updating files 2 年 前
config.def.h.orig e4ea06c2b6 updating files 2 年 前
config.h e4ea06c2b6 updating files 2 年 前
config.mk f291be3426 updating files 2 年 前
st e4ea06c2b6 updating files 2 年 前
st-alpha-0.8.2.diff f291be3426 updating files 2 年 前
st-clipboard-0.8.3.diff 7894ecfa82 updating files 2 年 前
st-gruvbox-dark-0.8.2.diff f291be3426 updating files 2 年 前
st-scrollback-0.8.4.diff 7894ecfa82 updating files 2 年 前
st-scrollback-mouse-20191024-a2c479c.diff f1b4654977 updating files 2 年 前
st-universcroll-0.8.4.diff f1b4654977 updating files 2 年 前
st.1 f291be3426 updating files 2 年 前
st.c f1b4654977 updating files 2 年 前
st.c.orig f1b4654977 updating files 2 年 前
st.h f1b4654977 updating files 2 年 前
st.h.orig e4ea06c2b6 updating files 2 年 前
st.info f291be3426 updating files 2 年 前
st.o f1b4654977 updating files 2 年 前
win.h f291be3426 updating files 2 年 前
x.c f1b4654977 updating files 2 年 前
x.c.orig e4ea06c2b6 updating files 2 年 前
x.o e4ea06c2b6 updating files 2 年 前

README.org

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.