1
0
mirror of https://github.com/rfivet/uemacs.git synced 2025-09-25 14:44:01 -04:00

Move global curgoal to basic.

This commit is contained in:
2013-10-10 11:49:04 +08:00
parent bd14ff374f
commit ceac004e30
4 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,9 @@
#ifndef _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 gotoeol( int f, int n) ;