dotfiles

personal dotfiles
git clone anongit@rnpnr.xyz:dotfiles.git
Log | Files | Refs | Feed | Submodules

Commit: e46f486b6f863d04fbc18e0f113ca7bfff496a71
Parent: 16c2eed1f0a3e6d2e458792c0ed1fee2817bee2b
Author: 0x766F6964
Date:   Sun, 19 Apr 2020 21:52:07 -0600

update st config.h

Diffstat:
Metc/portage/savedconfig/x11-terms/st-9999 | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/etc/portage/savedconfig/x11-terms/st-9999 b/etc/portage/savedconfig/x11-terms/st-9999 @@ -11,13 +11,15 @@ static int borderpx = 12; /* * What program is execed by st depends of these precedence rules: * 1: program passed with -e - * 2: utmp option + * 2: scroll and/or utmp * 3: SHELL environment variable * 4: value of shell in /etc/passwd * 5: value of shell in config.h */ static char *shell = "/bin/sh"; char *utmp = NULL; +/* scroll program: to enable use a string like "scroll" */ +char *scroll = NULL; char *stty_args = "stty raw pass8 nl -echo -iexten -cstopb 38400"; /* identification sequence returned in DA and DECID */