Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
While this does not stop io blocking, there might be another way.
|
|
|
|
|
|
|
|
|
|
Also added utils function for deleting the current word.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added gui.set_theme() and gui.select_theme() theming utilities.
All new light and dark themes. Moved old classic themes to the wiki.
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to Brian Schott.
|
|
|
|
|
|
|
|
|
|
|
|
'_BUFFERS' and '_VIEWS' now also have buffer and view keys with index values;
'buffer.doc_pointer', 'view.doc_pointer', and 'gui.focused_doc_pointer' are no
longer used; 'buffer:check_global()' replaces 'gui.check_focused_buffer()';
Added 'view.buffer' field; 'view:goto_buffer()' and 'gui.goto_view()' arguments
changed to make more sense.
|
|
|
|
|
|
|
|
|
|
|
|
The Option+Letter combination produces locale-dependent characters so it cannot
be used reliably.
|
|
|
|
|
|
|