Commit 450bb328 450bb3283ddfe3aa5021147ba0d2bb33251d43e1 by Sergey Poznyakoff

(realcursor): Removed. The position of the point is kept in the cursor variable.

1 parent 7221f832
......@@ -20,7 +20,6 @@
/* Global variables and constants*/
mailbox_t mbox;
unsigned int cursor;
unsigned int realcursor;
size_t total;
FILE *ofile;
int interactive;
......@@ -219,7 +218,6 @@ main (int argc, char **argv)
ofile = stdout;
cursor = 1;
realcursor = cursor;
/* Native Language Support */
mu_init_nls ();
......