aboutsummaryrefslogtreecommitdiff
path: root/themes/term
AgeCommit message (Collapse)Author
2013-05-15Rewrote theme implementation.mitchell
Themes are now just single files that share Textadept's Lua state. Also added a new "settings.lua" that functions in place of buffer and view theme files. Requires latest Scintillua.
2013-05-20Updated to Scintilla 3.3.2.mitchell
2013-04-06Update terminal color definitions.mitchell
Requires Scinterm r47.
2013-02-26Updated theme options.mitchell
2013-01-20Updated copyright date.mitchell
2012-11-19Rewrote LuaDoc.mitchell
2012-11-19Changed Lua code style for tables.mitchell
2012-11-18Use proper type for color setting functions in themes.mitchell
2012-10-08No rectangular selection mouse modifier in ncurses; themes/term/view.luamitchell
2012-09-12Documentation overhaul.mitchell
Rewrote most of the manual and Lua API to complement each other. Key bindings reference moved from Appendix to modules/textadept/keys.lua LuaDoc.
2012-08-27Use constant names in theme options instead of nondescript integers.mitchell
2012-08-27Fixed multiple selection on Mac OSX.mitchell
2012-07-21Converted some `buffer` "get" and "set" functions into properties.mitchell
Also updated to Scintilla 3.2.1.
2012-07-17Note marker compatibility with ncurses.mitchell
2012-07-14Enable additional selection typing in ncurses; themes/term/view.luamitchell
2012-06-02Added terminal theme for ncurses.mitchell