~kris/suckless

st

99704e1b41d4c5a74365b0ff0e398f4bd898da74 — TripleK2004 5 years ago f4cd343
Revert "patched dynamic cursor"

This reverts commit f4cd34342913024bc1708b3f795fa7febc2ae95b.
2 files changed, 2 insertions(+), 2 deletions(-)

M config.def.h
M config.h
M config.def.h => config.def.h +1 -1
@@ 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/sh";
static char *shell = "/bin/fish";
char *utmp = NULL;
char *stty_args = "stty raw pass8 nl -echo -iexten -cstopb 38400";


M config.h => config.h +1 -1
@@ 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/sh";
static char *shell = "/bin/fish";
char *utmp = NULL;
char *stty_args = "stty raw pass8 nl -echo -iexten -cstopb 38400";