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:
@ -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
|
||||
|
Reference in New Issue
Block a user