Remove | highlight with asm.cmtright=false and call statement (#7864)

This commit is contained in:
Khairul Azhar Kasmiran 2017-07-05 23:01:43 +08:00 committed by radare
parent 39e63acfe0
commit 3f9eae9c60

View File

@ -333,7 +333,8 @@ static void _ds_comment_align_(RDisasmState *ds, bool up, bool nl) {
//XXX fix this generate many dupes with section name
sn = ds->show_section ? get_section_name (ds->core, ds->at) : "";
ds_align_comment (ds);
r_cons_printf ("%s%s%s%s%s%s %s %s", nl? "\n": "", COLOR (ds, color_fline),
r_cons_printf ("%s%s%s%s%s%s%s %s %s", nl? "\n": "",
COLOR_RESET (ds), COLOR (ds, color_fline),
ds->pre, sn, ds->refline, COLOR_RESET (ds),
up? "": "`-", COLOR (ds, pal_comment));
}