Removed usages of win_process_line

This commit is contained in:
James Booth
2014-06-11 21:16:54 +01:00
parent 20d890cfdc
commit 43eb38da2d
4 changed files with 4 additions and 4 deletions

View File

@@ -62,7 +62,7 @@ cmd_reverse(char **args)
prof_win_focus(echo_win);
if (args[0] != NULL) {
prof_win_process_line(echo_win, args[0]);
handle_reverse(echo_win, args[0]);
}
}