Re: [PATCH v3 08/13] python/aqmp-tui: add syntax highlighting

2021-08-18 Thread John Snow
On Mon, Aug 16, 2021 at 5:20 PM Niteesh G. S. wrote: > > > On Tue, Aug 17, 2021 at 1:14 AM John Snow wrote: > >> >> >> On Fri, Jul 30, 2021 at 4:19 PM G S Niteesh Babu >> wrote: >> >>> Add syntax highlighting for the incoming and outgoing QMP messages. >>> This is achieved using the pygments mo

Re: [PATCH v3 08/13] python/aqmp-tui: add syntax highlighting

2021-08-16 Thread Niteesh G. S.
On Tue, Aug 17, 2021 at 1:14 AM John Snow wrote: > > > On Fri, Jul 30, 2021 at 4:19 PM G S Niteesh Babu > wrote: > >> Add syntax highlighting for the incoming and outgoing QMP messages. >> This is achieved using the pygments module which was added in a >> previous commit. >> >> The current imple

Re: [PATCH v3 08/13] python/aqmp-tui: add syntax highlighting

2021-08-16 Thread John Snow
On Fri, Jul 30, 2021 at 4:19 PM G S Niteesh Babu wrote: > Add syntax highlighting for the incoming and outgoing QMP messages. > This is achieved using the pygments module which was added in a > previous commit. > > The current implementation is a really simple one which doesn't > allow for any co

[PATCH v3 08/13] python/aqmp-tui: add syntax highlighting

2021-07-30 Thread G S Niteesh Babu
Add syntax highlighting for the incoming and outgoing QMP messages. This is achieved using the pygments module which was added in a previous commit. The current implementation is a really simple one which doesn't allow for any configuration. In future this has to be improved to allow for easier th