[PATCH 06/20] app: add some utils

2013-03-06 Thread Jean-Christophe PLAGNIOL-VILLARD
- getchar_timeout - term (try to detect terminal size, position, ansi helper) - list Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- apps/Makefile|1 + apps/include/utils/ansi.h| 37 ++ apps/include/utils/getchar.h | 22 apps/include/utils/

Re: [PATCH 06/20] app: add some utils

2013-03-06 Thread Sascha Hauer
On Wed, Mar 06, 2013 at 10:34:44PM +0100, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 22:21 Wed 06 Mar , Sascha Hauer wrote: > > On Wed, Mar 06, 2013 at 10:29:35AM +0100, Jean-Christophe PLAGNIOL-VILLARD > > wrote: > > > - getchar_timeout > > > - term (try to detect terminal size, position

Re: [PATCH 06/20] app: add some utils

2013-03-07 Thread Alexander Aring
On Thu, Mar 07, 2013 at 08:45:03AM +0100, Sascha Hauer wrote: > On Wed, Mar 06, 2013 at 10:34:44PM +0100, Jean-Christophe PLAGNIOL-VILLARD > wrote: > > On 22:21 Wed 06 Mar , Sascha Hauer wrote: > > > On Wed, Mar 06, 2013 at 10:29:35AM +0100, Jean-Christophe > > > PLAGNIOL-VILLARD wrote: > > >

Re: [PATCH 06/20] app: add some utils

2013-03-06 Thread Sascha Hauer
On Wed, Mar 06, 2013 at 10:29:35AM +0100, Jean-Christophe PLAGNIOL-VILLARD wrote: > - getchar_timeout > - term (try to detect terminal size, position, ansi helper) > - list > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > --- > diff --git a/apps/include/utils/list.h b/apps/include/utils/

Re: [PATCH 06/20] app: add some utils

2013-03-06 Thread Jean-Christophe PLAGNIOL-VILLARD
On 22:21 Wed 06 Mar , Sascha Hauer wrote: > On Wed, Mar 06, 2013 at 10:29:35AM +0100, Jean-Christophe PLAGNIOL-VILLARD > wrote: > > - getchar_timeout > > - term (try to detect terminal size, position, ansi helper) > > - list > > > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > > ---