Files
buildroot/package/mg/Config.in
Joachim Wiberg 23ce1c145e package/mg: bump to v4.0
Major release, multibyte text can now be typed, displayed, and edited in
UTF-8 locales. Also, syntax highlighting, a visible region, and side by
side windows.

Release notes: https://github.com/troglobit/mg/releases/tag/v4.0

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
2026-07-17 18:56:37 +02:00

19 lines
586 B
Plaintext

config BR2_PACKAGE_MG
bool "mg"
depends on BR2_USE_MMU # fork()
help
Emacs-like text editor (260 kiB)
Mg is a MicroEMACS clone with the goal of being compatible
with GNU Emacs, because there should never be any reason to
learn more than one Emacs flavor.
Unlike many other editors it does not require ncurses, only a
standard C library, making it suitable for really small and
embedded systems.
This version is based on mg2a from OpenBSD, with more features
and, in particular, no requirement on ncurses or termcap.
https://github.com/troglobit/mg/