Skip to content

Commit

Permalink
Clear last command status when new command is entered.
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianlopezroche committed Jul 2, 2020
1 parent 4510dc5 commit a0b73f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ncurses-interface.c
Original file line number Diff line number Diff line change
Expand Up @@ -761,6 +761,8 @@ void deletefiles_ncurses(file_t *files, char *logfile)
switch (get_command_text(&commandbuffer, &commandbuffersize, promptwin, prompt, 1, 1))
{
case GET_COMMAND_OK:
format_status_left(status, L"Ready");

get_command_arguments(&commandarguments, commandbuffer);

switch (identify_command(commandidentifier, commandbuffer, 0))
Expand Down

0 comments on commit a0b73f9

Please sign in to comment.