Re: [EXTERNAL] [vpp-dev] Using Ncurses library in VPP CLI

2018-07-04 Thread Chris Luke
@lists.fd.io On Behalf Of Chris Luke Sent: Wednesday, July 4, 2018 9:07 To: david.leitch@gmail.com; vpp-dev@lists.fd.io Subject: Re: [EXTERNAL] [vpp-dev] Using Ncurses library in VPP CLI David, Ncurses will never work for socket connections since it makes assumptions about having a tty device

Re: [EXTERNAL] [vpp-dev] Using Ncurses library in VPP CLI

2018-07-04 Thread Chris Luke
, July 4, 2018 4:00 To: vpp-dev@lists.fd.io Subject: [EXTERNAL] [vpp-dev] Using Ncurses library in VPP CLI Hi, Is it possible to use Ncurses library function on VPP CLI Command to have nice view, i used a basic sample but does not work, compile with -lncurses and use this commands : initscr