st-flexipatch

My st-flexipatch configuration
git clone git://git.ethandl.dev/st-flexipatch
Log | Files | Refs | README | LICENSE

commit a1d06b7b983d59727c1a4a2da21ce166106bf4ad
parent ef971e1f673b87d291c9821f7045a8daf8d1eb2d
Author: bakkeby <bakkeby@gmail.com>
Date:   Mon, 20 Apr 2020 10:39:06 +0200

Update FAQ with the last modifications

Diffstat:
MFAQ | 12+++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)

diff --git 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?