Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
It is desirable to keep the command entry visible if the window is losing focus.
Otherwise, allow normal focus out events to be fired, including Scintilla's
defaults that hide the cursor, etc.
|
|
|
|
|
|
|
|
Suspend can be prevented by an error handler, described in a new FAQ entry.
New `events.RESUME` replaces `events.FOCUS` for the terminal version.
Utilize these events to disable/enable bracketed paste and mouse modes.
|
|
Thanks to Daniel Wutke.
|
|
|
|
Requires Scintillua r463 (changeset dab8ec9733ec).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The last beta used snapshots.
|
|
The change in revision 1900 did not work because `OSX` is only set in the GUI
version on Mac OSX.
Terminal.app does not render correctly when vertical scroll bars are enabled.
|
|
The newly documented `spawn_proc:close()` function requires lspawn changeset
30:613c71d29856.
|
|
|
|
Terminal.app does not render it correctly.
|
|
|
|
Clicking on the first character in a line caused Scintilla to think the line's
margin was clicked, incorrectly selecting the entire line.
|
|
|
|
Includes the current project's top-level tags file or the current directory's
tags file automatically. That file does not need to be added to
`_M.ansi_c.tags`.
|
|
Patch libtermkey to allow this and also to support mouse enabling/disabling.
Needed to change ^Z undo to M-Z and added M-S-Z as extra redo.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
When the call tip is smaller than the window (such as the command entry), keep
existing position in order to keep the call tip from appearing in front of
buffer text.
|
|
|
|
|
|
Added binding for the terminal version.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It was impossible to read text on a white background.
|
|
Files returned had two leading slashes (//etc, //usr, etc.).
|
|
|