mirror of
https://github.com/TECHNOFAB11/tmux-copyrat.git
synced 2025-12-16 18:03:51 +01:00
refactor: view -> ui
This commit is contained in:
parent
57f032af7c
commit
0accc9bc6b
3 changed files with 49 additions and 49 deletions
|
|
@ -45,7 +45,7 @@ impl<'a> fmt::Debug for RawMatch<'a> {
|
|||
}
|
||||
}
|
||||
|
||||
/// Holds data for the `View`.
|
||||
/// Holds data for the `Ui`.
|
||||
pub struct Model<'a> {
|
||||
pub lines: &'a Vec<&'a str>,
|
||||
alphabet: &'a Alphabet,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue