xref: /OK3568_Linux_fs/buildroot/package/mg/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_MG
2	bool "mg"
3	depends on BR2_USE_MMU # fork()
4	help
5	  Emacs-like text editor (130 kiB)
6
7	  Mg is a MicroEMACS clone with the goal of being compatible
8	  with GNU Emacs, because there should never be any reason to
9	  learn more than one Emacs flavor.
10
11	  Unlike many other editors it does not require ncurses, only a
12	  standard C library, making it suitable for really small and
13	  embedded systems.
14
15	  This version is based on mg2a from OpenBSD, with more features
16	  and, in particular, no requirement on ncurses or termcap.
17
18	  https://github.com/troglobit/mg/
19