mirror of
https://github.com/troglobit/editline.git
synced 2025-08-18 23:36:44 +08:00
Compare commits
No commits in common. "9df73e8670e3b72e88edfc7d6a5096690cb69a27" and "50bde4b5c3830a00d06d47de2f76d87ceda0a2e8" have entirely different histories.
9df73e8670
...
50bde4b5c3
@ -62,8 +62,8 @@ struct cmd commands[] = {
|
||||
};
|
||||
|
||||
/* Forward declarations. */
|
||||
char *stripwhite(char *string);
|
||||
struct cmd *find_command(char *name);
|
||||
char *stripwhite();
|
||||
struct cmd *find_command();
|
||||
|
||||
/* ~/.fileman_history */
|
||||
char *fileman_history;
|
||||
|
@ -1431,7 +1431,7 @@ void rl_clear_message(void)
|
||||
/* Nothing to do atm. */
|
||||
}
|
||||
|
||||
void rl_forced_update_display(void)
|
||||
void rl_forced_update_display()
|
||||
{
|
||||
redisplay(0);
|
||||
tty_flush();
|
||||
|
Loading…
Reference in New Issue
Block a user