mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-24 10:56:22 +00:00
Removed ui_ev_focus_win
This commit is contained in:
@@ -466,7 +466,7 @@ _go_to_win(int i)
|
||||
{
|
||||
ProfWin *window = wins_get_by_num(i);
|
||||
if (window) {
|
||||
ui_ev_focus_win(window);
|
||||
ui_switch_win(window);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -545,7 +545,7 @@ _inp_rl_altleft_handler(int count, int key)
|
||||
{
|
||||
ProfWin *window = wins_get_previous();
|
||||
if (window) {
|
||||
ui_ev_focus_win(window);
|
||||
ui_switch_win(window);
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
@@ -555,7 +555,7 @@ _inp_rl_altright_handler(int count, int key)
|
||||
{
|
||||
ProfWin *window = wins_get_next();
|
||||
if (window) {
|
||||
ui_ev_focus_win(window);
|
||||
ui_switch_win(window);
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user