micro/internal/util
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
..
lua.go More plugin docs and improve doc formatting 2020-02-08 18:31:06 -05:00
profile.go Improve mouse selection performance 2019-12-28 12:04:43 -05:00
util.go If stdout is a pipe, output to the pipe 2020-02-27 12:39:19 -05:00
util_test.go Fix test dependencies and travis build 2019-12-25 17:05:10 -05:00