simple fixes
This commit is contained in:
parent
7ff58d6f76
commit
e74c5ec014
@ -10,9 +10,9 @@ pub enum BufferKind {
|
||||
impl BufferKind {
|
||||
pub fn as_str(&self) -> &str {
|
||||
match self {
|
||||
BufferKind::Scratch => "*scratch*",
|
||||
BufferKind::Write => "write",
|
||||
BufferKind::Read => "read",
|
||||
BufferKind::Scratch => "*Scratch*",
|
||||
BufferKind::Write => "Write",
|
||||
BufferKind::Read => "Read",
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -20,6 +20,6 @@ fn main() {
|
||||
// Initalise a screen
|
||||
let mut screen = terminal::screen::Screen::new().unwrap();
|
||||
|
||||
// Begin lambda
|
||||
// Begin velocity
|
||||
tui::ui::start(&mut screen, velocity);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user