10.3. emacs — Emacs text editor

Emacs is a text editor originally written by Richard Stallman and Guy L. Steele, Jr. in 1976. This module contains a minimal functional Emacs called Atto.

Help and key bindings: https://github.com/eerimoq/atto#atto-key-bindings

Atto Emacs project on GitHub: https://github.com/hughbarney/atto


Source code: src/text/emacs.h, src/text/emacs.c


Functions

int emacs(const char *path_p, void *chin_p, void *chout_p)