]> git.lizzy.rs Git - micro.git/history - src
Add ctrlo for open file
[micro.git] / src /
2016-03-24 Zachary YedidiaAdd ctrlo for open file
2016-03-24 Zachary YedidiaAdd ctrlA for select all and some comments
2016-03-23 Zachary YedidiaGofmt
2016-03-23 Zachary YedidiaInclude newlines in selection
2016-03-23 Zachary YedidiaSwitch back to original tcell
2016-03-23 Zachary YedidiaCache syntax highlighting rules
2016-03-23 Zachary YedidiaAdd colorscheme support for selection color
2016-03-23 Zachary YedidiaAdd prompts
2016-03-23 Zachary YedidiaMerge branch 'messages'
2016-03-23 Zachary YedidiaAdd messaging system
2016-03-23 Zachary YedidiaAdd colorschemes to runtime
2016-03-23 Zachary YedidiaAdd true color support with MICRO_TRUECOLOR environment var
2016-03-23 Zachary YedidiaSupport loading colorschemes from files
2016-03-22 Zachary YedidiaMerge branch 'cross-compile'
2016-03-22 Zachary YedidiaFix makefiles
2016-03-22 Zachary YedidiaAdd cross-compilation script
2016-03-21 Zachary YedidiaFix unicode handling for cursor
2016-03-21 Zachary YedidiaProper window resize handling
2016-03-21 Zachary YedidiaAdd default colorscheme (based on solarized) and colors...
2016-03-21 Zachary YedidiaFix bug
2016-03-21 Zachary YedidiaUse my fork of tcell
2016-03-21 Zachary YedidiaAdd syntax flags and fix a couple highlighting bugs
2016-03-21 Zachary YedidiaReorganize
2016-03-17 Zachary YedidiaSwitch to go in order to use tcell
2016-03-17 Zachary YedidiaStart selection box
2016-03-16 Zachary YedidiaFix linux bug and improve tabstop functionality
2016-03-16 Zachary YedidiaFix a couple bugs
2016-03-15 Zachary YedidiaBetter tabs (still some issues)
2016-03-15 Zachary YedidiaHandle tabs correctly
2016-03-14 Zachary YedidiaFix scrolling bug
2016-03-12 Zachary YedidiaInitialize clipboard
2016-03-12 Zachary YedidiaUse basic colors for line numbers
2016-03-12 Zachary YedidiaAdd line numbers
2016-03-12 Zachary YedidiaFix scrolling bug
2016-03-12 Zachary YedidiaAdd statusline and accept pipes from stdin
2016-03-12 Zachary YedidiaCreate empty file if input doesn't exist
2016-03-12 Zachary YedidiaBegin rewrite
2016-03-12 Zachary YedidiaAdd simple syntax highlighting for strings
2016-03-11 Zachary YedidiaFix unicode bug
2016-03-11 Zachary YedidiaProper unicode support
2016-03-11 Zachary YedidiaInitial commit