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

fix reflow error w/ spaces

don't print spaces past the end of the window


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