Commit Briefs

d557d6834c Omar Polo

bump version (tags/0.5)


a9139ef799 Omar Polo

bump the date


dafcab64a9 Omar Polo

update the misleading comment in parser_free


a18fc6de7b Omar Polo

kill extra empty line


95a8c791ec Omar Polo

fmt (some missing space -> tab conversion)


0e2ac86488 Omar Polo

fmt


2980bbb141 Omar Polo

link the duckling proxy in the "protocol proxy" section

It's the only kind of protocol-proxy I know. The downside is that is an HTTP link :/


2ee42fa00b Omar Polo

sync


3198f30f89 Omar Polo

correctly parse multiple attributes


f3c7d96041 Omar Polo

simplify wrap_page and fix wrapping of pre text

The column at which preformatted text should be formatted is the same as the "normal" text, so why the difference? MIN(fill_column, width) is always the correct choice for wrapping the text.


ea00395a5e Omar Polo

fill pre text until the last available column, not one less

This was fixed previously in the wrap_text case but I forgot to update the hardwrap_text case too.


cf8e07837f Omar Polo

avoid a long line


86ce72dbe3 Omar Polo

configure: add --with-libbsd option


7eaf997f52 Omar Polo

configure: add --with-libimsg option


8671caea20 Omar Polo

configure: fix build with separate libtinfo

ncurses has "--with-termlib" build option, which forces some symbols from libncurses.so to be moved to libtinfo.so. It caused the following error: ld: ui.o: undefined reference to symbol 'keypad' ld: /lib64/libtinfow.so.6: error adding symbols: DSO missing from command line


b3c59b132f Omar Polo

document tab-bar-show


2263847923 Omar Polo

sync


87aeb47bc8 Omar Polo

schedule ui redraw on tab new/free

this helps to correctly manage the tab bar when tab-bar-show is 1.


56168aa87a Omar Polo

add tab-bar-show option to control the tab bar rendering

If tab-bar-show is -1 hide the tab bar permanently, if it's 0 show it unconditionally. If it's 1, show the bar only when there is more than one tab.


3cea4ff5b5 Omar Polo

simplify ncurses window setup

Don't bother computing the correct initial sizes for the windows, just call rearrange_windows before the event loop.


62dba32907 Omar Polo

add a short list of features


ee0a2310fc Omar Polo

it's not "a bit more than a working demo" anymore


935d50dc3f Omar Polo

mention M-[ and M-]


1cf972f01c Omar Polo

sync


22427c31a4 Omar Polo

bind M-[ and M-] to tab-move-to and tab-move