mirror of
https://github.com/rfivet/uemacs.git
synced 2025-09-25 22:54:02 -04:00
Move global curgoal to basic.
This commit is contained in:
1
basic.c
1
basic.c
@@ -29,6 +29,7 @@
|
|||||||
|
|
||||||
|
|
||||||
int overlap = 0 ; /* line overlap in forw/back page */
|
int overlap = 0 ; /* line overlap in forw/back page */
|
||||||
|
int curgoal ; /* Goal for C-P, C-N */
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
2
basic.h
2
basic.h
@@ -2,6 +2,8 @@
|
|||||||
#define _BASIC_H_
|
#define _BASIC_H_
|
||||||
|
|
||||||
extern int overlap ; /* line overlap in forw/back page */
|
extern int overlap ; /* line overlap in forw/back page */
|
||||||
|
extern int curgoal ; /* Goal for C-P, C-N */
|
||||||
|
|
||||||
|
|
||||||
int gotobol( int f, int n) ;
|
int gotobol( int f, int n) ;
|
||||||
int gotoeol( int f, int n) ;
|
int gotoeol( int f, int n) ;
|
||||||
|
@@ -14,4 +14,3 @@ int abortc = CONTROL | 'G'; /* current abort command char */
|
|||||||
|
|
||||||
int thisflag; /* Flags, this command */
|
int thisflag; /* Flags, this command */
|
||||||
int lastflag; /* Flags, last command */
|
int lastflag; /* Flags, last command */
|
||||||
int curgoal; /* Goal for C-P, C-N */
|
|
||||||
|
@@ -18,6 +18,4 @@ extern int abortc; /* current abort command char */
|
|||||||
extern int thisflag; /* Flags, this command */
|
extern int thisflag; /* Flags, this command */
|
||||||
extern int lastflag; /* Flags, last command */
|
extern int lastflag; /* Flags, last command */
|
||||||
|
|
||||||
extern int curgoal; /* Goal for C-P, C-N */
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user