KMB6FND35LWT4XTRUNEJZ7SQXFZEUYIJAADGWJVB4RY4IIAT4KSQC use crate::{abandon_record, cursor, defer_record, edit_record_msg, init, save_record,start_record, task, update, Msg, State,};
use crate::{cursor, init, task, update, Msg, State};
state.cursor.selection = Some(cursor::Selection::UntrackedFile {ix: 0,path: file_to_record.to_string(),});
update(&mut state,Msg::View(app::Msg::Cursor(cursor::Msg::Select(cursor::Select::UntrackedFile {ix: 0,path: file_to_record.to_string(),},))),);// Selection triggers `LoadedSrcFile`let _msg = task::await_next_msg(&mut tasks).await;
state.cursor.selection = Some(cursor::Selection::UntrackedFile {ix: 0,path: file_to_record.to_string(),});
update(&mut state,Msg::View(app::Msg::Cursor(cursor::Msg::Select(cursor::Select::UntrackedFile {ix: 0,path: file_to_record.to_string(),},))),);// Selection triggers `LoadedSrcFile`let _msg = task::await_next_msg(&mut tasks).await;