micro/cmd/micro
2019-12-30 14:32:36 -05:00
..
highlight Large syntax highlighting memory optimization 2018-01-29 15:21:00 -05:00
shellwords Improve command bar completion 2018-01-03 21:35:03 -05:00
terminfo Fix infocmp parser 2018-08-29 13:01:38 -04:00
vendor Update clipboard 2018-02-08 14:17:58 -05:00
actions.go a few miscellaneous fixes and improvements (#1105) 2018-05-12 21:31:57 -04:00
actions_other.go Remove android from actions_other build tag 2017-12-10 16:15:16 -05:00
actions_posix.go Add newline after build tags 2017-08-07 09:47:28 -04:00
autocomplete.go Add more comments 2018-01-04 17:14:51 -05:00
bindings.go a few miscellaneous fixes and improvements (#1105) 2018-05-12 21:31:57 -04:00
buffer.go Fix -startpos flag being ignored (#1129) 2018-06-04 12:27:27 -04:00
buffer_test.go Fix -startpos flag being ignored (#1129) 2018-06-04 12:27:27 -04:00
cellview.go a few miscellaneous fixes and improvements (#1105) 2018-05-12 21:31:57 -04:00
colorscheme.go Initial support for terminal within micro 2018-01-04 17:03:08 -05:00
command.go Make tab views array public 2018-03-02 19:50:33 -05:00
cursor.go Fixed UpN Cursor functionality to properly handle moving from long line to shorter line 2018-08-25 14:49:58 -07:00
eventhandler.go Add more comments 2018-01-04 17:14:51 -05:00
highlighter.go Optimize memory usage for loading syntax files 2017-05-02 10:30:27 -04:00
job.go Use shell to parse command when using JobStart 2016-12-09 10:34:39 -05:00
keymenu.go Add nano-style key menu option 2017-10-02 23:44:11 -04:00
lineArray.go Minor optimizations 2018-01-29 16:02:15 -05:00
loc.go Fix some golint warnings 2017-10-01 12:42:23 -04:00
lua.go Fix #980 duplicate import 2018-01-04 22:27:09 -05:00
messenger.go Close fd properly in save 2018-03-30 15:59:26 -04:00
micro.go LoadAll should reload plugins too 2018-09-21 23:18:47 -04:00
plugin.go Don't throw error if job callback doesn't exist 2018-01-21 16:31:13 -05:00
pluginmanager.go Fix test string formatting 2018-03-09 00:39:59 -05:00
pluginmanager_test.go Fix test string formatting 2018-03-09 00:39:59 -05:00
rtfiles.go Allow plugins to create runtime files from strings 2017-04-15 14:45:44 -04:00
scrollbar.go Add more comments 2018-01-04 17:14:51 -05:00
search.go Better bounds checks for search 2018-10-14 17:58:44 -04:00
settings.go Add "smartpaste" option; fixes #1156 2018-08-17 22:37:19 -04:00
shell.go Fix compile error 2018-01-22 17:32:30 -05:00
shell_supported.go Fix terminal emulator support 2018-01-25 20:10:49 -05:00
shell_unsupported.go Fix terminal emulator support 2018-01-25 20:10:49 -05:00
split_tree.go Make tab views array public 2018-03-02 19:50:33 -05:00
stack.go Add persistent undo as the option 2016-05-29 11:02:56 -04:00
statusline.go Add hidehelp option 2018-04-28 17:04:33 -04:00
tab.go Only show basename of file in tabs unless there are mutliple tabs with the same basename (fixes #1079) (#1081) 2018-08-10 16:54:19 -04:00
terminal.go Expose emulator functions and support output 2018-01-20 23:34:16 -05:00
util.go all: gofmt 2018-06-17 00:41:57 +02:00
util_test.go Fix -startpos flag being ignored (#1129) 2018-06-04 12:27:27 -04:00
view.go Add "smartpaste" option; fixes #1156 2018-08-17 22:37:19 -04:00