fix rest_on_space
When rest_on_space is On, assign same function as for #wait to the <space> key. When Off, set that key to Null instead. Binding some other command to <space> when rest_on_space is Off doesn't work but I would classify that as something to be discouraged anyway.
This commit is contained in:
@@ -252,6 +252,7 @@ extern const char *key2extcmddesc(uchar);
|
||||
extern boolean bind_specialkey(uchar, const char *);
|
||||
extern void parseautocomplete(char *, boolean);
|
||||
extern void reset_commands(boolean);
|
||||
extern void update_rest_on_space(void);
|
||||
extern void rhack(char *);
|
||||
extern int doextlist(void);
|
||||
extern int extcmd_via_menu(void);
|
||||
|
||||
Reference in New Issue
Block a user