forked from github/abduco
Clarify KEY_REDRAW default value (i.e. disabled)
This commit is contained in:
parent
e671c024c9
commit
c6b2e7da31
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Reference in New Issue