Compare commits
5 Commits
db273781b2
...
2210dbf3fe
| Author | SHA1 | Date |
|---|---|---|
|
|
2210dbf3fe | |
|
|
440223a0b6 | |
|
|
c6cb2bc12d | |
|
|
7fb0c0cc68 | |
|
|
7e1c68f25d |
4
FAQ
4
FAQ
|
|
@ -29,8 +29,8 @@ you can manually run `tic -sx st.info`.
|
||||||
|
|
||||||
## I would like to have utmp and/or scroll functionality by default
|
## I would like to have utmp and/or scroll functionality by default
|
||||||
|
|
||||||
You can add the absolute patch of both programs in your config.h
|
You can add the absolute path of both programs in your config.h file. You only
|
||||||
file. You only have to modify the value of utmp and scroll variables.
|
have to modify the value of utmp and scroll variables.
|
||||||
|
|
||||||
|
|
||||||
## Why doesn't the Del key work in some programs?
|
## Why doesn't the Del key work in some programs?
|
||||||
|
|
|
||||||
2
PKGBUILD
2
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: Jef Roosens
|
# Maintainer: Jef Roosens
|
||||||
|
|
||||||
pkgname=jjr-st
|
pkgname=jjr-st
|
||||||
pkgver=1.0.0
|
pkgver=0.8.5
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="My build of the st terminal"
|
pkgdesc="My build of the st terminal"
|
||||||
arch=("x86_64")
|
arch=("x86_64")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue