Commit Briefs

Omar Polo

support meta- keys


Omar Polo

start to implement push-button


Omar Polo

move new_tab to ui code





Omar Polo

update cmd_{previous,next}_line

cmd_{previous,next}_line used COLS and LINES, this adapts them to body_{cols,lines}. While there, also add the ability to scroll when trying to go past the beginning/end of the screen.


Omar Polo

fix clear minibuffer

clminibufev_set was never set, so it would enqueue the event again...



Omar Polo

bugfix


Omar Polo

multi-window layout



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