mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
Indentation fixes
darcs-hash:20071014101502-75c98-5767d159d7c10deda49c23ad9e3758d93024950f.gz
This commit is contained in:
parent
175dd75a3d
commit
89c27c6d9d
1 changed files with 4 additions and 4 deletions
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 *,
|
void reader_set_complete_function( void (*f)( const wchar_t *,
|
||||||
array_list_t * ) )
|
array_list_t * ) )
|
||||||
{
|
{
|
||||||
data->complete_func = f;
|
data->complete_func = f;
|
||||||
}
|
}
|
||||||
|
|
||||||
void reader_set_highlight_function( void (*f)( wchar_t *,
|
void reader_set_highlight_function( void (*f)( wchar_t *,
|
||||||
int *,
|
int *,
|
||||||
int,
|
int,
|
||||||
array_list_t * ) )
|
array_list_t * ) )
|
||||||
{
|
{
|
||||||
data->highlight_func = f;
|
data->highlight_func = f;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue