My customization of st
Go to file
Johnny5 91564dda50 Pin actions/checkout action to a5ac7e5 (#13)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://github.com/actions/checkout) | action | pinDigest |  -> `a5ac7e5` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDAuMyIsInVwZGF0ZWRJblZlciI6IjM3LjM0MC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: #13
Co-authored-by: Johnny5 <bot@snaile.de>
Co-committed-by: Johnny5 <bot@snaile.de>
2024-05-22 21:02:30 +02:00
.forgejo/workflows Pin actions/checkout action to a5ac7e5 (#13) 2024-05-22 21:02:30 +02:00
patch remove bad gitignore 2024-05-22 20:48:41 +02:00
.renovaterc.json refactoring 2024-05-19 00:08:34 +02:00
FAQ rework build process 2024-05-22 20:36:19 +02:00
LEGACY rework build process 2024-05-22 20:36:19 +02:00
LICENSE fix makefile, add LICENSE back 2024-05-19 00:43:00 +02:00
Makefile rework build process 2024-05-22 20:36:19 +02:00
README rework build process 2024-05-22 20:36:19 +02:00
TODO rework build process 2024-05-22 20:36:19 +02:00
arg.h remove bad gitignore 2024-05-22 20:48:41 +02:00
config.def.h remove bad gitignore 2024-05-22 20:48:41 +02:00
config.h remove bad gitignore 2024-05-22 20:48:41 +02:00
config.mk remove bad gitignore 2024-05-22 20:48:41 +02:00
hb.c remove bad gitignore 2024-05-22 20:48:41 +02:00
hb.h remove bad gitignore 2024-05-22 20:48:41 +02:00
sixel.c remove bad gitignore 2024-05-22 20:48:41 +02:00
sixel.h remove bad gitignore 2024-05-22 20:48:41 +02:00
sixel_hls.c remove bad gitignore 2024-05-22 20:48:41 +02:00
sixel_hls.h remove bad gitignore 2024-05-22 20:48:41 +02:00
st.1 remove bad gitignore 2024-05-22 20:48:41 +02:00
st.c remove bad gitignore 2024-05-22 20:48:41 +02:00
st.desktop remove bad gitignore 2024-05-22 20:48:41 +02:00
st.h remove bad gitignore 2024-05-22 20:48:41 +02:00
st.info remove bad gitignore 2024-05-22 20:48:41 +02:00
win.h remove bad gitignore 2024-05-22 20:48:41 +02:00
x.c remove bad gitignore 2024-05-22 20:48:41 +02:00

README

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 <aurelien dot aptel at gmail dot com> bt source code.