1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

examples: fix left/right arrows in examples/term.ui/text_editor.v

This commit is contained in:
Delyan Angelov
2021-02-25 21:01:27 +02:00
parent c7587c0760
commit 639061be6c
2 changed files with 2 additions and 3 deletions

View File

@ -155,8 +155,6 @@ pub enum Modifiers {
alt
}
[inline] pub fn (m &Modifiers) is_empty() bool { return int(m) == 0 }
pub struct Event {
pub:
typ EventType