pub fn task_selection<B: Backend>( f: &mut Frame<'_, B>, client: &Client, app: &mut App<'_>, key: Option<KeyEvent>, ) -> Result<(), Error>