diff options
author | Matt Johnston <matt@ucc.asn.au> | 2013-03-23 23:16:06 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2013-03-23 23:16:06 +0800 |
commit | 5996c3824c52425c2d4f3d7cb69f0c9fa81a33b8 (patch) | |
tree | e3b73be4387ad1f8b8e23b6b4d0d6a81081a36c6 /sysoptions.h | |
parent | c172fb3b326ec796a1e81656548653f188a8d62c (diff) |
Add ~. and ~^Z handling to exit/suspend dbclient
Diffstat (limited to 'sysoptions.h')
-rw-r--r-- | sysoptions.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysoptions.h b/sysoptions.h index 2d93e7b..8c591ea 100644 --- a/sysoptions.h +++ b/sysoptions.h @@ -54,6 +54,8 @@ #define _PATH_CP "/bin/cp" +#define DROPBEAR_ESCAPE_CHAR '~' + /* success/failure defines */ #define DROPBEAR_SUCCESS 0 #define DROPBEAR_FAILURE -1 |