Age | Commit message (Collapse) | Author |
|
|
|
Lua 'print' statements do not work properly once ncurses has been initialized
and there is no way to print to a buffer without overwriting an existing
session on exit.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Since mingw64 cannot compile 64-bit LuaJIT at the moment, textadeptjit64.exe is
not built.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also updated to Scintilla 3.2.1.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Indicator boxes are not shown since they are overwritten when drawing the text
lines.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to Bill Meahan for help with compiling on BSD.
|
|
|
|
|
|
CDK appears to have a bug in that it cannot register an 'Enter' keypress if
KEY_TAB is bound. Compensate by binding KEY_ENTER to run the command.
|
|
|
|
|
|
|