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

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -