about summary refs log tree commit diff stats
path: root/xxxterm.h
diff options
context:
space:
mode:
authorMarco Peereboom <marco@conformal.com>2012-01-23 11:45:23 -0600
committerMarco Peereboom <marco@conformal.com>2012-01-23 11:45:23 -0600
commit934c804aba1de44c6c649e38292b8ae8cafd8b61 (patch)
tree300b21156184e7316b0f254aa8ba91b27cf99fdf /xxxterm.h
parentf508f3dd07d430ed3d26e42d2216043107535a82 (diff)
downloadxombrero-934c804aba1de44c6c649e38292b8ae8cafd8b61.tar.gz
make external editor a compile time decission
Diffstat (limited to 'xxxterm.h')
-rw-r--r--xxxterm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/xxxterm.h b/xxxterm.h
index af7c767..908fa29 100644
--- a/xxxterm.h
+++ b/xxxterm.h
@@ -77,6 +77,9 @@ u_int32_t	arc4random_uniform(u_int32_t);
 #include <pthread.h>
 #endif
 
+/* comment if you don't want to use the external editor */
+#define XT_ENABLE_EXTERNAL_EDITOR	(1)
+
 #include "javascript.h"
 /*
 javascript.h borrowed from vimprobable2 under the following license: