]> git.neil.brown.name Git - edlib.git/commit
Initial menu support.
authorNeilBrown <neil@brown.name>
Fri, 7 Jul 2023 04:18:29 +0000 (14:18 +1000)
committerNeilBrown <neil@brown.name>
Wed, 12 Jul 2023 22:17:52 +0000 (08:17 +1000)
commitd49fa9862ac8080c4d85ff45d19677cb851be66e
tree6d325e232a1ba941fc305ae61df19edf9c8fb98f
parent9328a474fabba6176a667d6e5e2b7fcaf4b119ec
Initial menu support.

We can now place a menu and receive a selection.
This is demonstrated with lib-abbrev which pops up a menu showing the
options to choose between.

Signed-off-by: NeilBrown <neil@brown.name>
DOC/TODO.md
Makefile
lib-menu.c [new file with mode: 0644]
mode-emacs.c
modules.ini
python/lib-abbrev.py
tests.d/00-basic