mirror of
https://github.com/troglobit/editline.git
synced 2025-07-31 03:41:12 +08:00
Compare commits
2 Commits
50bde4b5c3
...
9df73e8670
Author | SHA1 | Date | |
---|---|---|---|
![]() |
9df73e8670 | ||
![]() |
f53bebdbe9 |
@ -62,8 +62,8 @@ struct cmd commands[] = {
|
||||
};
|
||||
|
||||
/* Forward declarations. */
|
||||
char *stripwhite();
|
||||
struct cmd *find_command();
|
||||
char *stripwhite(char *string);
|
||||
struct cmd *find_command(char *name);
|
||||
|
||||
/* ~/.fileman_history */
|
||||
char *fileman_history;
|
||||
|
@ -1431,7 +1431,7 @@ void rl_clear_message(void)
|
||||
/* Nothing to do atm. */
|
||||
}
|
||||
|
||||
void rl_forced_update_display()
|
||||
void rl_forced_update_display(void)
|
||||
{
|
||||
redisplay(0);
|
||||
tty_flush();
|
||||
|
Loading…
Reference in New Issue
Block a user