ui: Implement UI table for flows printing
commitaef19410e1346cea962d838894785eef96182312
authorVadim Kochan <vadim4j@gmail.com>
Thu, 21 Apr 2016 18:47:39 +0000 (21 21:47 +0300)
committerTobias Klauser <tklauser@distanz.ch>
Fri, 22 Apr 2016 13:29:03 +0000 (22 15:29 +0200)
tree6e52cbf4dd5ae027afd701dcd299cbb3cf236f7c
parent627b1d172d19372dc43248cfe680521743efd826
ui: Implement UI table for flows printing

Add new module ui.c which is responsible to render
different kinds of UI widgets - tables, etc.

Implemented generic API for print table-like list of elements.
This table API might be used for print flows in curses or text mode.

Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
[tk: change bug_on(true) to bug(), whitespace fix]
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
ui.c [new file with mode: 0644]
ui.h [new file with mode: 0644]