elisp - Ascii graphic interface library (ncurses-like) for emacs scripts? -
is there interface library emacs scripts, allowing draw various gui in emacs buffers?
as far know, emacs extensions interface limited key-bindings , dialogues in message buffer. @ same time, can draw in buffer (artist-mode), , can react on user action (keyboard , mouse-clicks) surely possibly, implement such library entirely in elisp.
there emacs widget library. has editable fields, buttons, menus, etc - in text mode. instance
(widget-create 'editable-field :size 13 :format "name: %v " ; text after field! "my name")
Comments
Post a Comment