metalelf0 / pomodori-todo.txt

A pomodoro counter implementation for todo.txt.
25 stars 8 forks source link

Problems with Windows line endings (CRLF) #3

Closed obstschale closed 9 years ago

obstschale commented 9 years ago

Hi,

I have some problems with different line endings. pomodori does not display the poms correctly if the task ends with CR\LF (windows line ending).

The screenshots shows the problem: First line is using windows line ending and the second unix line ending. bildschirmfoto 2014-12-24 um 11 32 38

As you can see the pom message is added at the beginning and overwrites the text.

obstschale commented 9 years ago

I found the bug: see #4