micro/internal
Zachary Yedidia 9e8d76f2fa If stdout is a pipe, output to the pipe
If you run micro as `micro | cat` for example, micro will disallow
you from saving the file, and when you quit the buffer, the contents
will be sent to the pipe. This allows one to use micro as part of
an interactive unix pipeline.

Closes #1524
2020-02-27 12:39:19 -05:00
..
action Use tabbar color group, and mark modified tabs 2020-02-24 13:45:10 -05:00
buffer If stdout is a pipe, output to the pipe 2020-02-27 12:39:19 -05:00
config Update runtime 2020-02-25 21:08:22 -05:00
display Apply basename option in tabbar as well 2020-02-24 13:48:37 -05:00
info Use filepath.Join more 2020-02-11 13:09:17 -05:00
lua Add linter plugin support 2019-12-25 17:05:10 -05:00
screen Add 'xterm' option 2020-02-15 12:53:17 -05:00
shell Use actual lua functions for callbacks instead of strings 2020-02-08 15:49:41 -05:00
util If stdout is a pipe, output to the pipe 2020-02-27 12:39:19 -05:00
views Fix unsplit crash 2020-02-08 21:06:13 -05:00