A simple CPU rendered GUI IDE experience.
Diffstat (limited to 'src/commands.rs')
| -rw-r--r-- | src/commands.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands.rs b/src/commands.rs index 1273cfe..2a56aac 100644 --- a/src/commands.rs +++ b/src/commands.rs @@ -129,6 +129,7 @@ commands!( pub enum Cmds {} impl MenuData for Cmds { + const NAME: &'static str = "commands"; const HEIGHT: usize = 30; type Data = (); type Element<'a> = Cmd; |