CM76TS5ROLJ5B7KQWIYGEDMY7MPBVM23H23PAXOWUAFPC3WSFZZAC function App.mousefocus(in_focus)if current_app_is_warning() then return endif Current_app == 'run' thenif run.mouse_focus then run.mouse_focus(in_focus) endelseif Current_app == 'source' thenif source.mouse_focus then source.mouse_focus(in_focus) endelseassert(false, 'unknown app "'..Current_app..'"')endend