Re: [PATCH 1/1] ui-log: do not print empty table rows

2016-07-12 Thread Christian Hesse
Christian Hesse on Thu, 2016/07/07 12:54: > "Jason A. Donenfeld" on Thu, 2016/07/07 12:28: > > Hmm, so this fixes the problem with the log highlighting, but it might > > not be a full fix: > > > > https://git.zx2c4.com/systemd/log/ > > I attached a screenshot from what it looks like currently

Re: [PATCH 1/1] ui-log: do not print empty table rows

2016-07-07 Thread Christian Hesse
"Jason A. Donenfeld" on Thu, 2016/07/07 12:28: > Hmm, so this fixes the problem with the log highlighting, but it might > not be a full fix: > > https://git.zx2c4.com/systemd/log/ I attached a screenshot from what it looks like currently. You speak about the rows pointed to by arrows? First one

Re: [PATCH 1/1] ui-log: do not print empty table rows

2016-07-07 Thread Jason A. Donenfeld
Hmm, so this fixes the problem with the log highlighting, but it might not be a full fix: https://git.zx2c4.com/systemd/log/ ___ CGit mailing list CGit@lists.zx2c4.com http://lists.zx2c4.com/mailman/listinfo/cgit

[PATCH 1/1] ui-log: do not print empty table rows

2016-07-07 Thread Christian Hesse
From: Christian Hesse This saves some bandwidth and unbreaks line highlighting based on even and odd line numbers. Signed-off-by: Christian Hesse --- ui-log.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui-log.c b/ui-log.c index c97b8e0..6592267 100644 --- a/ui-log.c