Mercurial > hg > xemacs-beta
comparison src/cm.c @ 442:abe6d1db359e r21-2-36
Import from CVS: tag r21-2-36
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:35:02 +0200 |
parents | 3ecd8885ac67 |
children | 2923009caf47 |
comparison
equal
deleted
inserted
replaced
441:72a7cfa4a488 | 442:abe6d1db359e |
---|---|
31 #include "lstream.h" | 31 #include "lstream.h" |
32 #include "redisplay.h" | 32 #include "redisplay.h" |
33 | 33 |
34 #define EXPENSIVE 2000 | 34 #define EXPENSIVE 2000 |
35 | 35 |
36 #ifdef __cplusplus | 36 EXTERN_C char *tgoto (const char *cm, int hpos, int vpos); |
37 extern "C" { | 37 EXTERN_C int tputs (const char *, int, void (*)(int)); |
38 #endif | |
39 extern char *tgoto (CONST char *cm, int hpos, int vpos); | |
40 extern void tputs (CONST char *, int, void (*)(int)); | |
41 #ifdef __cplusplus | |
42 } | |
43 #endif | |
44 | 38 |
45 static void cmgoto_for_real (struct console *c, int row, int col); | 39 static void cmgoto_for_real (struct console *c, int row, int col); |
46 | 40 |
47 static int cm_cost_counter; /* sums up costs */ | 41 static int cm_cost_counter; /* sums up costs */ |
48 | 42 |