C-Menu 0.2.9
A User Interface Toolkit
Loading...
Searching...
No Matches
menu_engine.c File Reference

The working part of C-Menu Menu. More...

#include <common.h>
#include <ctype.h>
#include <stdlib.h>
#include <string.h>
#include <termios.h>
#include <unistd.h>
Include dependency graph for menu_engine.c:

Go to the source code of this file.

Functions

unsigned int menu_engine (Init *init)
 The main loop of the menu system.
unsigned int menu_cmd_processor (Init *init)
 Processes user input for the menu system.

Detailed Description

The working part of C-Menu Menu.

Author
Bill Waller Copyright (c) 2025 MIT License billx.nosp@m.wall.nosp@m.er@gm.nosp@m.ail..nosp@m.com
Date
2026-02-09

Definition in file menu_engine.c.