# File raggle, line 2330 def Key::prev_window win_id = (($a_win - 1 < 0) ? $wins.size : $a_win) - 1 NcursesInterface::set_active_win(win_id) end