Before this release, opening a file containing a huge line would take
enormous amounts of time to read that line, and never get further into
the stream.
With this release, moor can now read a file with a 250MB line in about
a second.
Also in this release:
- Pressing 'v' to open the current file in an editor now jumps to the
line you were viewing, for vim, vi, nvim, nano, emacs and Pico.
Thanks @joeledwardson for #447! - Fixed a data race that could corrupt rendered text while a file was
still being read - Thanks @subotac for kicking off the escape sequence fix in #450!