diff sysoptions.h @ 722:4a274f47eabd

Add ~. and ~^Z handling to exit/suspend dbclient
author Matt Johnston <matt@ucc.asn.au>
date Sat, 23 Mar 2013 23:16:06 +0800
parents 9644f50434f1
children 714b9106e335 b07eb3dc23ec
line wrap: on
line diff
--- a/sysoptions.h	Thu Mar 21 23:35:07 2013 +0800
+++ b/sysoptions.h	Sat Mar 23 23:16:06 2013 +0800
@@ -54,6 +54,8 @@
 
 #define _PATH_CP "/bin/cp"
 
+#define DROPBEAR_ESCAPE_CHAR '~'
+
 /* success/failure defines */
 #define DROPBEAR_SUCCESS 0
 #define DROPBEAR_FAILURE -1