rl_set_keyboard_input_timeout() that was added in this version.
Also crank the minor version.
OK krw@ yasuoka@ deraadt@
-/* $OpenBSD: readline.c,v 1.12 2014/10/15 10:55:11 deraadt Exp $ */
+/* $OpenBSD: readline.c,v 1.13 2015/01/13 08:33:12 reyk Exp $ */
/* $NetBSD: readline.c,v 1.91 2010/08/28 15:44:59 christos Exp $ */
/*-
{
return 0;
}
+
+int
+/*ARGSUSED*/
+rl_set_keyboard_input_timeout(int u)
+{
+ return 0;
+}
-/* $OpenBSD: readline.h,v 1.5 2011/07/07 05:40:42 okan Exp $ */
+/* $OpenBSD: readline.h,v 1.6 2015/01/13 08:33:12 reyk Exp $ */
/* $NetBSD: readline.h,v 1.31 2010/08/04 20:29:18 christos Exp $ */
/*-
int rl_bind_key_in_map(int, rl_command_func_t *, Keymap);
void rl_cleanup_after_signal(void);
void rl_free_line_state(void);
+int rl_set_keyboard_input_timeout(int);
#ifdef __cplusplus
}
#endif
major=5
-minor=1
+minor=2