st

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit f4cd34342913024bc1708b3f795fa7febc2ae95b
parent 3ded9ea4ddc139e17fb77a40480283c99f737ede
Author: TripleK2004 <kowkeerthankumar@gmail.com>
Date:   Tue,  8 Jun 2021 22:20:08 +0530

patched dynamic cursor

Diffstat:
Mconfig.def.h | 2+-
Mconfig.h | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -17,7 +17,7 @@ static int borderpx = 0; * 4: value of shell in /etc/passwd * 5: value of shell in config.h */ -static char *shell = "/bin/fish"; +static char *shell = "/bin/sh"; char *utmp = NULL; char *stty_args = "stty raw pass8 nl -echo -iexten -cstopb 38400"; diff --git a/config.h b/config.h @@ -17,7 +17,7 @@ static int borderpx = 0; * 4: value of shell in /etc/passwd * 5: value of shell in config.h */ -static char *shell = "/bin/fish"; +static char *shell = "/bin/sh"; char *utmp = NULL; char *stty_args = "stty raw pass8 nl -echo -iexten -cstopb 38400";