Commit Briefs

Omar Polo

sync


Omar Polo

use raw mode

in raw mode, C-s, C-q, C-c etc are passed as-is, while in cooked mode (the one cbreak gives us) they retain their usual meaning.


Omar Polo

move special page to main process


Omar Polo

rename about.c -> pages.c


Omar Polo

fix reflow error w/ spaces

don't print spaces past the end of the window


Omar Polo

update the length in set_buf

this caused a bug with long lines


Omar Polo

kill unused variable



Omar Polo

add a long test line


Omar Polo

initial word wrapping implementation

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


Omar Polo

initial commit