diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2022-01-02 12:15:45 +0100 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2024-05-12 21:20:50 +0200 |
commit | 14de2d994cbf698e47b4c556844f23c15a1371f9 (patch) | |
tree | 91c3182fafb2c62501112308c67e536ffb2da75a | |
parent | e3bbca290b0549efc517fbe7535959f63531e801 (diff) | |
download | st-14de2d994cbf698e47b4c556844f23c15a1371f9.tar.gz |
FAQ: fix a typo, patch -> path
-rw-r--r-- | FAQ | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -29,8 +29,8 @@ you can manually run `tic -sx st.info`. ## 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. +You can add the absolute path 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? |