micro/internal/action
Zachary Yedidia 6514b77e0d Enable autosave option
The autosave option is now specified as an integer, which denotes
the number of seconds to wait between saving the file. If the option
is 0, then autosaving is disabled. If the option is given by the user
as a boolean, it will be converted to 8 if true, and 0 if false.

Fixes #1479
2020-02-08 16:53:08 -05:00
..
actions_other.go Change project layout and use go.mod 2019-12-25 17:05:10 -05:00
actions_posix.go Change project layout and use go.mod 2019-12-25 17:05:10 -05:00
actions.go Enable autosave option 2020-02-08 16:53:08 -05:00
bindings.go Change ctrl-arrow default binding for non-Mac OSes 2020-01-20 22:35:00 -05:00
bufpane.go Merge branch 'master' of https://github.com/dbeef/micro into dbeef-master 2020-02-07 19:37:56 -05:00
command.go Enable autosave option 2020-02-08 16:53:08 -05:00
defaults_darwin.go Merge branch 'master' of https://github.com/dbeef/micro into dbeef-master 2020-02-07 19:37:56 -05:00
defaults_other.go Merge branch 'master' of https://github.com/dbeef/micro into dbeef-master 2020-02-07 19:37:56 -05:00
events.go Use upstream updated zyedidia tcell 2019-12-31 20:15:45 -05:00
globals.go Add log and plugin list command 2019-12-25 17:05:11 -05:00
infocomplete.go Add plugin info.json support 2019-12-25 17:05:11 -05:00
infopane.go Allow plugins to resize panes 2020-02-05 17:16:31 -05:00
pane.go Allow plugins to resize panes 2020-02-05 17:16:31 -05:00
rawpane.go Allow plugins to resize panes 2020-02-05 17:16:31 -05:00
tab.go Allow plugins to resize panes 2020-02-05 17:16:31 -05:00
terminal_supported.go Use actual lua functions for callbacks instead of strings 2020-02-08 15:49:41 -05:00
terminal_unsupported.go Use actual lua functions for callbacks instead of strings 2020-02-08 15:49:41 -05:00
termpane.go Support paste action in terminal 2020-02-07 19:17:17 -05:00