This commit is contained in:
zcake 2021-04-18 05:15:23 +08:00
parent 119ca445f0
commit ab0e763fc3
4 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
# st (zcake build) - simple terminal
# st (eXkc build) - simple terminal
st is a simple terminal emulator for X which sucks less.
# Requirements
In order to scroll in st you need [my build of scroll](https://gitlab.com/zcake/scroll-zcake).
In order to scroll in st you need [my build of scroll](https://gitlab.com/eXkc/scroll-eXkc).
In order to build st you need the Xlib header files and Harfbuzz.

BIN
st

Binary file not shown.

2
st.1
View File

@ -1,6 +1,6 @@
.TH ST 1 st\-VERSION
.SH NAME
st \- simple terminal (zcake build)
st \- simple terminal (eXkc build)
.SH SYNOPSIS
.B st
.RB [ \-aiv ]

2
x.c
View File

@ -2196,7 +2196,7 @@ run(void)
void
usage(void)
{
die("usage: st (zcake build) [-aiv] [-c class] [-f font] [-g geometry]"
die("usage: st (eXkc build) [-aiv] [-c class] [-f font] [-g geometry]"
" [-n name] [-o file]\n"
" [-T title] [-t title] [-w windowid]"
" [[-e] command [args ...]]\n"