mirror of
https://github.com/rfivet/uemacs.git
synced 2025-11-23 11:41:15 -05:00
Revise header files formatting.
Finish tagging BBINDABLE functions. Modify forward-character to handle combined Unicode. Bump up version number and set default program name as 'ue'.
This commit is contained in:
4
basic.h
4
basic.h
@@ -1,8 +1,8 @@
|
||||
/* basic.h -- basic commands for cursor movement in active window */
|
||||
#ifndef _BASIC_H_
|
||||
# define _BASIC_H_
|
||||
#define _BASIC_H_
|
||||
|
||||
# include "names.h"
|
||||
#include "names.h" /* BINDABLE() */
|
||||
|
||||
/* $overlap is the size of the line overlap when kbd calls page forw/back
|
||||
if 0, page will move by 2/3 of the window size (1/3 page overlap)
|
||||
|
||||
Reference in New Issue
Block a user