From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason at zx2c4.com (Jason A. Donenfeld) Date: Sat, 14 Oct 2017 16:17:46 +0200 Subject: [PATCH 0/4] adding color to ui-blame Message-ID: <20171014141750.14013-1-Jason@zx2c4.com> This patch set is currently broken, because in the exec filter, processes like to buffer their output. The result is that the text winds up at the bottom: https://git.zx2c4.com/cgit/blame/cache.c If anybody has some ideas on how we might enact a flush operation, please pipe up (hah). Jason A. Donenfeld (4): filter: add generic scafolding for temporarily disabling filter filter: wire up exec_filter to enable function filter: wire up lua_filter to enable function ui-blame: put source lines through filter cgit.h | 3 +++ filter.c | 46 ++++++++++++++++++++++++++++++++++++++-------- ui-blame.c | 15 ++++++++++++++- 3 files changed, 55 insertions(+), 9 deletions(-) -- 2.14.2