Removed usages of win_process_line
This commit is contained in:
@@ -99,7 +99,7 @@ module RubyTest
|
||||
Prof::win_focus(win_tag)
|
||||
|
||||
if (line)
|
||||
Prof::win_process_line(win_tag, line)
|
||||
handle_lower.call(win_tag, line)
|
||||
end
|
||||
}
|
||||
end
|
||||
|
||||
@@ -34,7 +34,7 @@ local function cmd_bracket(line)
|
||||
prof_win_focus(win_tag);
|
||||
|
||||
if line then
|
||||
prof_win_process_line(win_tag, line);
|
||||
handle_bracket(win_tag, line)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@ def _cmd_upper(line):
|
||||
prof.win_focus(_win_tag)
|
||||
|
||||
if line:
|
||||
prof.win_process_line(_win_tag, line)
|
||||
_handle_upper(_win_tag, line)
|
||||
|
||||
def _handle_upper(win, line):
|
||||
prof.win_show(win, line.upper())
|
||||
|
||||
@@ -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]);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user