mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-08 10:51:15 -03:00
Indentation fixes
darcs-hash:20071014101502-75c98-5767d159d7c10deda49c23ad9e3758d93024950f.gz
This commit is contained in:
8
reader.c
8
reader.c
@@ -2120,15 +2120,15 @@ void reader_set_prompt( wchar_t *new_prompt )
|
||||
}
|
||||
|
||||
void reader_set_complete_function( void (*f)( const wchar_t *,
|
||||
array_list_t * ) )
|
||||
array_list_t * ) )
|
||||
{
|
||||
data->complete_func = f;
|
||||
}
|
||||
|
||||
void reader_set_highlight_function( void (*f)( wchar_t *,
|
||||
int *,
|
||||
int,
|
||||
array_list_t * ) )
|
||||
int *,
|
||||
int,
|
||||
array_list_t * ) )
|
||||
{
|
||||
data->highlight_func = f;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user