1
0
mirror of https://github.com/rfivet/uemacs.git synced 2025-11-23 11:41:15 -05:00

Review forwchar and backchar.

This commit is contained in:
2016-05-19 21:27:26 +08:00
parent d4b2a4c1aa
commit 2b21a98e9c
5 changed files with 55 additions and 52 deletions

4
line.h
View File

@@ -30,8 +30,8 @@ extern int tabwidth ; /* Map to $tab, default to 8, can be set to [1, .. */
char *getkill( void) ;
int backchar( int f, int n) ;
int forwchar( int f, int n) ;
boolean backchar( int f, int n) ;
boolean forwchar( int f, int n) ;
void lfree( line_p lp) ;
void lchange( int flag) ;