A simple CPU rendered GUI IDE experience.
Diffstat (limited to 'src/gotolist.rs')
| -rw-r--r-- | src/gotolist.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gotolist.rs b/src/gotolist.rs index 2e7b304..bed2abf 100644 --- a/src/gotolist.rs +++ b/src/gotolist.rs @@ -38,6 +38,7 @@ impl<'a> Key<'a> for (GoTo<'a>, Option<&'a str>) { } impl MenuData for GTL { + const NAME: &'static str = "!"; type Data = (Vec<(GoTo<'static>, Option<String>)>, Option<O>); type Element<'a> = (GoTo<'a>, Option<&'a str>); |