abduco

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

commit ded059547ce8fc7ad149407dc0b613238ce89355
parent 9a2ff1e778f32b0b75053dc6da43e5d6fbaef690
Author: Andrew Laack <andrew@laack.co>
Date:   Sun,  7 Sep 2025 17:00:27 -0500

Revert regression

Diffstat:
Mconfig.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.h b/config.h @@ -1,5 +1,5 @@ /* default command to execute if non is given and $ABDUCO_CMD is unset */ -#define ABDUCO_CMD "dvtm -M" +#define ABDUCO_CMD "dvtm" /* default detach key, can be overriden at run time using -e option */ static char KEY_DETACH = CTRL('\\'); /* redraw key to send a SIGWINCH signal to underlying process