From 8ba7895f005c01f9bd6da9a6f820952335ef27d1 Mon Sep 17 00:00:00 2001 From: Galin Simeonov Date: Fri, 1 Oct 2021 16:06:09 +0300 Subject: =?UTF-8?q?removed=20the=20=E2=94=80=E2=94=90=20part=20because=20m?= =?UTF-8?q?onospace=20is=20not=20enough=20to=20align=20pipes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- git_part.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/git_part.c b/git_part.c index 670a9ae..7d75b8f 100644 --- a/git_part.c +++ b/git_part.c @@ -267,7 +267,7 @@ static inline void print_tree_entry(struct Index_File *index_file,const char *na }else { - fprintf(index_file->out,"%s ─┐",name); + fprintf(index_file->out,"%s",name); increment_indentation(index_file,name); fprintf(index_file->out,"\n"); @@ -329,7 +329,7 @@ void print_indentation_for_treelike_output(struct Index_File *out) else fprintf(out->out," "); - for(j=0;joffset[i]+5;++j) + for(j=0;joffset[i]+2;++j) fprintf(out->out," "); } } -- cgit v1.2.3