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

Revise types for names and keys bindings.

This commit is contained in:
2021-07-30 09:30:12 +08:00
parent 735aefc166
commit 22bbd0417c
9 changed files with 63 additions and 64 deletions

View File

@@ -213,7 +213,7 @@ int execute( int c, int f, int n) {
int status ;
/* if the keystroke is a bound function...do it */
key_tab *ktp = getkeybind( c) ;
kbind_p ktp = getkeybind( c) ;
if( ktp->k_code != 0) {
thisflag = 0 ;
assert( ktp->k_nbp != NULL) ;
@@ -338,7 +338,7 @@ void kbd_loop( void) {
newc = getcmd() ;
update( FALSE) ;
do {
key_tab *ktp ;
kbind_p ktp ;
fnp_t execfunc ;
if( c == newc