commit - 019449a7e64a881be8cc5d715fe9de32726ba190
commit + 0b73612c0dc51dbec1717e5da94bc94559c37246
blob - 78c769a1fc874300d35438938d632f4110d8f779
blob + 85534a423a550beacd34d9d4dc28eab3156e0218
--- FAQ
+++ FAQ
## How do I scroll back up?
-Using a terminal multiplexer.
+* Using a terminal multiplexer.
+ * `st -e tmux` using C-b [
+ * `st -e screen` using C-a ESC
+* Using the excellent tool of [scroll](https://git.suckless.org/scroll/).
+* Using the scrollback [patch](https://st.suckless.org/patches/scrollback/).
-* `st -e tmux` using C-b [
-* `st -e screen` using C-a ESC
+## 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
+file. You only have to modify the value of utmp and scroll variables.
+
## Why doesn't the Del key work in some programs?
Taken from the terminfo manpage: