summaryrefslogtreecommitdiff
path: root/xedit.h
diff options
context:
space:
mode:
Diffstat (limited to 'xedit.h')
-rw-r--r--xedit.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/xedit.h b/xedit.h
index 2f0291a..1c86f6b 100644
--- a/xedit.h
+++ b/xedit.h
@@ -49,6 +49,11 @@
#include <X11/Xmu/SysUtil.h>
+#define LSCAN(from, count, include) \
+ XawTextSourceScan(source, from, XawstEOL, XawsdLeft, count, include)
+#define RSCAN(from, count, include) \
+ XawTextSourceScan(source, from, XawstEOL, XawsdRight, count, include)
+
typedef struct _xedit_hints {
char *resource;
unsigned long interval;