Commit Briefs

Omar Polo

rephrase

now that the phrase about the binaries is gone, that sentence sounds weird, like I'm implying to not use the distribution package manager. I don't like that.


Omar Polo

typo


Omar Polo

don't mention binaries

they aren't currently available


Omar Polo

add changelog for 0.6.1


Omar Polo

bump version number again (tags/0.6.1)


Omar Polo

sync changelog




Omar Polo

bump version (tags/0.6)


Omar Polo

add back missing fs.h



Omar Polo

fix prototype



Omar Polo

use download_cols to wrap the text in the download buffer

download_lines is a very small value, for a normally sized terminal is exactly 5. This was the cause behind the download pane glitch, 5 was used as *column number* for the reflow. Now, to be honest, the exact width passed to wrap_page is not important. wrap_page will only wrap the size string, which we know is less than or equal to FMT_SCALED_STRSIZE-1 (6). We could also hardcode the value eventually, but using download_cols reads better.


Omar Polo

fmt