aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/farsi.c5
-rw-r--r--src/farsi.h8
2 files changed, 5 insertions, 8 deletions
diff --git a/src/farsi.c b/src/farsi.c
index ccff73f13c..b09c44ecc5 100644
--- a/src/farsi.c
+++ b/src/farsi.c
@@ -9,6 +9,11 @@
#include "ex_getln.h"
+#define SRC_EDT 0
+#define SRC_CMD 1
+
+#define AT_CURSOR 0
+
static int toF_Xor_X_(int c);
static int F_is_TyE(int c);
static int F_is_TyC_TyD(int c);
diff --git a/src/farsi.h b/src/farsi.h
index 6e35f8ef39..50ba26ca80 100644
--- a/src/farsi.h
+++ b/src/farsi.h
@@ -154,14 +154,6 @@
#define WAW_H 0xf9
#define ALEF_D_H 0xfa
-// global definitions
-// ==================
-
-#define SRC_EDT 0
-#define SRC_CMD 1
-
-#define AT_CURSOR 0
-
// definitions for the window dependent functions (w_farsi).
#define W_CONV 0x1
#define W_R_L 0x2