diff --git a/config.def.h b/config.def.h index ae9bfbc..4fb3a94 100644 --- a/config.def.h +++ b/config.def.h @@ -2,7 +2,8 @@ #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 (unused by default) */ +/* redraw key to send a SIGWINCH signal to underlying process + * (set to 0 to disable the redraw key) */ static char KEY_REDRAW = 0; /* Where to place the "abduco" directory storing all session socket files. * The first directory to succeed is used. */