aboutsummaryrefslogtreecommitdiffstats
path: root/FAQ
diff options
context:
space:
mode:
authorRoberto E. Vargas Caballero <k0ga@shike2.com>2020-04-11 11:52:58 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2020-04-11 15:23:23 +0200
commit0b73612c0dc51dbec1717e5da94bc94559c37246 (patch)
treea0e0b5b8df1d277cb4953c5ee586d1ab3ac962ef /FAQ
parent019449a7e64a881be8cc5d715fe9de32726ba190 (diff)
downloadst-0b73612c0dc51dbec1717e5da94bc94559c37246.tar.gz
Update FAQ with the last modifications
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ12
1 files changed, 9 insertions, 3 deletions
diff --git a/FAQ b/FAQ
index 78c769a..85534a4 100644
--- a/FAQ
+++ b/FAQ
@@ -17,10 +17,16 @@ you can manually run `tic -sx st.info`.
## 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?
remember that computers suck.