Move some #defines from farsi.h to farsi.c

This commit is contained in:
Felipe Oliveira Carvalho 2014-03-22 12:14:22 -03:00 committed by Thiago de Arruda
parent f9aeb219c1
commit b7f953b9e4
2 changed files with 5 additions and 8 deletions

View File

@ -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);

View File

@ -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