[netsniff-ng] Re: [PATCH 0/3] flowtop: Add horizontal scrolling over flows

2016-09-15 Thread Tobias Klauser
On 2016-09-12 at 16:47:12 +0200, Vadim Kochan  wrote:
> On Tue, Aug 23, 2016 at 12:06 AM, Vadim Kochan  wrote:
> > In case of smaller than 130 chars display, some of the fields might
> > be hidden, therefore add ability to scroll to left/right over the end
> > of screen to see hidden columns.
> >
> > Also it will allow to extend flow line with additional fields (pps).
> >
> > Used approach from 'htop' tool where scrolling is made over custom
> > char-attr buffer element.
> >
> > Vadim Kochan (3):
> >   flowtop: Render table row via raw ncurses buffer
> >   flowtop: Add horizontal scrolling over flows table
> >   ui: Rename ui_table_row_print -> ui_table_row_col_set
> >
> >  flowtop.c | 75 +--
> >  ui.c  | 99 
> > ---
> >  ui.h  | 20 +++--
> >  3 files changed, 147 insertions(+), 47 deletions(-)
> >
> > --
> > 2.9.2
> >
> 
> Softly ping for review ...

Series now applied, thanks for the patience and sorry for the delay.

-- 
You received this message because you are subscribed to the Google Groups 
"netsniff-ng" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to netsniff-ng+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[netsniff-ng] Re: [PATCH 0/3] flowtop: Add horizontal scrolling over flows

2016-09-12 Thread Vadim Kochan
On Tue, Aug 23, 2016 at 12:06 AM, Vadim Kochan  wrote:
> In case of smaller than 130 chars display, some of the fields might
> be hidden, therefore add ability to scroll to left/right over the end
> of screen to see hidden columns.
>
> Also it will allow to extend flow line with additional fields (pps).
>
> Used approach from 'htop' tool where scrolling is made over custom
> char-attr buffer element.
>
> Vadim Kochan (3):
>   flowtop: Render table row via raw ncurses buffer
>   flowtop: Add horizontal scrolling over flows table
>   ui: Rename ui_table_row_print -> ui_table_row_col_set
>
>  flowtop.c | 75 +--
>  ui.c  | 99 
> ---
>  ui.h  | 20 +++--
>  3 files changed, 147 insertions(+), 47 deletions(-)
>
> --
> 2.9.2
>

Softly ping for review ...

Thanks,
Vadim Kochan

-- 
You received this message because you are subscribed to the Google Groups 
"netsniff-ng" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to netsniff-ng+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.