Skip to content

1.0.0beta5

Compare
Choose a tag to compare
@paigeruten paigeruten released this 09 Apr 21:15
· 25 commits to master since this release
  • Remove all newlines and carriage returns from the end of each line read by editorOpen(), by changing if (linelen > 0 && ... to while (linelen > 0 && .... This allows text files with DOS line endings (\r\n) to be opened properly.