chore: struct Taggart -> Perch

This commit is contained in:
🪞👃🪞 2025-04-09 01:17:04 +03:00
parent 44315dcc72
commit 332869c5cb
12 changed files with 15 additions and 15 deletions

View file

@ -1,6 +1,6 @@
use crate::*;
impl Taggart {
impl Perch {
pub fn handle_help (&mut self, event: &Event, _page: u8) {
match event {
press!(Esc) => { self.mode = None },