]> git.mdlowis.com Git - projs/tide.git/commit
tweaked cursor movement logic to handle CRLF and LF line endings. Also tweaked inser...
authorMichael D. Lowis <mike.lowis@gentex.com>
Tue, 18 Sep 2018 16:28:10 +0000 (12:28 -0400)
committerMichael D. Lowis <mike.lowis@gentex.com>
Tue, 18 Sep 2018 16:28:10 +0000 (12:28 -0400)
commit452a6b8f8d56988cb606ff933453163ac152c6f2
tree37a5756fca1f0e9dfddfc3b09f07b50093f3e0b2
parent204a9e063be46f42ad3edcd7cf5c664c86bcf7e2
tweaked  cursor movement logic to handle CRLF and LF line endings. Also tweaked insert logic to ignore CR and convert LF into the correct the desired line endings. This ensures that copy+paste, filter commands, and user input all result in consistent line endings based on the file opened.
TODO.md
lib/buf.c