mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-20 18:29:19 +03:00
Fix typo.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
cf54c9457a
commit
c96875fa9f
@ -86,7 +86,7 @@ extern input_colors_t input_colors;
|
|||||||
WInput *input_new (int y, int x, const int *colors,
|
WInput *input_new (int y, int x, const int *colors,
|
||||||
int len, const char *text, const char *histname,
|
int len, const char *text, const char *histname,
|
||||||
input_complete_t completion_flags);
|
input_complete_t completion_flags);
|
||||||
/* callbac is public; needed for command line */
|
/* callback is public; needed for command line */
|
||||||
cb_ret_t input_callback (Widget * w, Widget * sender, widget_msg_t msg, int parm, void *data);
|
cb_ret_t input_callback (Widget * w, Widget * sender, widget_msg_t msg, int parm, void *data);
|
||||||
void input_set_default_colors (void);
|
void input_set_default_colors (void);
|
||||||
cb_ret_t input_handle_char (WInput * in, int key);
|
cb_ret_t input_handle_char (WInput * in, int key);
|
||||||
|
Loading…
Reference in New Issue
Block a user