mirror of
https://codeberg.org/unspeaker/perch.git
synced 2025-12-06 09:36:42 +01:00
chore: struct Taggart -> Perch
This commit is contained in:
parent
44315dcc72
commit
332869c5cb
12 changed files with 15 additions and 15 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue