Commits


rename about.c -> pages.c


fix reflow error w/ spaces don't print spaces past the end of the window


update the length in set_buf this caused a bug with long lines


kill unused variable


flush the buffer when freeing the parser


add a long test line


initial word wrapping implementation it handles only ASCII and works only in the stdscr, but it's a start!


initial commit