mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-03 23:11:14 -03:00
Key binding functions
darcs-hash:20050920234200-ac50b-3895a97cb024368258cd1562bdcc9fda2c84f521.gz
This commit is contained in:
@@ -19,7 +19,8 @@ void function_destroy();
|
||||
*/
|
||||
void function_add( const wchar_t *name,
|
||||
const wchar_t *val,
|
||||
const wchar_t *desc );
|
||||
const wchar_t *desc,
|
||||
int is_binding );
|
||||
|
||||
/**
|
||||
Remove the function with the specified name.
|
||||
|
||||
Reference in New Issue
Block a user