micro/cmd/micro
2016-05-28 11:40:22 -04:00
..
bindings.go Refactor and clean up 2016-05-28 11:32:09 -04:00
buffer.go Store cursor and eventhandler in buffer instead of view 2016-05-22 15:01:02 -04:00
colorscheme.go Use a map for settings instead of a struct 2016-04-30 11:39:48 -04:00
command.go Allow users to insert \t and \n in replace commands 2016-05-28 11:40:22 -04:00
cursor.go Do a bounds check for charpos function 2016-05-24 09:15:01 -04:00
eventhandler.go Remove undo options, make stackundo default behavior 2016-05-27 23:39:27 +02:00
help.go Improve help text and move to its own file 2016-04-24 08:31:42 -04:00
highlighter.go Fix highlighting and searching with unicode characters 2016-05-25 11:49:04 -04:00
messenger.go Use the new and updated version of tcell 2016-05-20 09:19:25 -04:00
micro.go Refactor and clean up 2016-05-28 11:32:09 -04:00
plugin.go Add linter plugin to easily make linters 2016-05-05 12:53:27 -04:00
runtime.go Refactor and clean up 2016-05-28 11:32:09 -04:00
search.go Fix highlighting and searching with unicode characters 2016-05-25 11:49:04 -04:00
settings.go Remove undo options, make stackundo default behavior 2016-05-27 23:39:27 +02:00
stack.go now is go gettable and updated make file 2016-04-18 10:59:41 +00:00
stack_test.go now is go gettable and updated make file 2016-04-18 10:59:41 +00:00
statusline.go Refactor and clean up 2016-05-28 11:32:09 -04:00
util.go Fix highlighting and searching with unicode characters 2016-05-25 11:49:04 -04:00
util_test.go now is go gettable and updated make file 2016-04-18 10:59:41 +00:00
view.go Refactor and clean up 2016-05-28 11:32:09 -04:00