mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-17 08:38:42 +00:00
Small change to compile client on FreeBSD.
This commit is contained in:
parent
b1a1fabac7
commit
bd62eeca27
@ -127,7 +127,9 @@ void
|
||||
input_start_list(void) /* Leave the currently edited line and make space for listing */
|
||||
{
|
||||
_rl_move_vert(_rl_vis_botlin);
|
||||
#ifdef HAVE_RL_CRLF
|
||||
rl_crlf();
|
||||
#endif
|
||||
}
|
||||
|
||||
void
|
||||
@ -155,7 +157,9 @@ input_complete(int arg, int key)
|
||||
break;
|
||||
default:
|
||||
complete_flag = 1;
|
||||
#ifdef HAVE_RL_DING
|
||||
rl_ding();
|
||||
#endif
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user