mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
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>
19 lines
586 B
Plaintext
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/
|