···20052005 /*
20062006 * Now that we have a frame number to go to, let's try to jump to it.
20072007 */
20082008- frame = find_frame_number(fnum);
20082008+ frame = find_frame_number(rp_current_vscreen, fnum);
20092009 if (frame) {
20102010 /*
20112011 * We have to return a string, because commands get lists of
···45944594cmdret *
45954595cmd_focuslast(int interactive, struct cmdarg **args)
45964596{
45974597- rp_frame *frame = find_last_frame();
45974597+ rp_frame *frame = find_last_frame(rp_current_vscreen);
4598459845994599 if (frame)
46004600 set_active_frame(frame, 0);