Results 5 issues of Vincent Cordobes

How about making the view scrollable? So when the number of habits increases it doesn't get out of the viewport.

_npm install_ fails on my system ``` Linux 5.12.15-arch1-1 node v14.16.0 npm v7.17.0 node-gyp -v v8.1.0 ``` See the error ``` 131 verbose Linux 5.12.15-arch1-1 132 verbose argv "/usr/bin/node" "/usr/bin/npm"...

Today, as I was running out of disk space, `trackie stop` failed with the no space left error. But the data file was already truncated and the data is no...

bug

# Description I noticed trailing spaces are removed. They are important as they mean _softwrap_ when writing `Content-Type: text/plain; format=flowed`, which is the default for plain text in thunderbird. The...

bug
help wanted
Thunderbird dependency

First, thank you for this awesome lib! What do you think of exposing ANSI colors and more SGR parameters like _dim_ and _italic_ ? https://docs.rs/crossterm/0.22.1/crossterm/style/enum.Color.html https://docs.rs/crossterm/0.22.1/crossterm/style/enum.Attribute.html Also it would be...