pub const MAX_HISTORY_MATCHES: usize = 40;
How many prompt-history matches one search returns. Public because the controller loop performs the search and must use the same bound the phone was promised.