mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-13 09:11:49 +00:00
Remove | highlight with asm.cmtright=false and call statement (#7864)
This commit is contained in:
parent
39e63acfe0
commit
3f9eae9c60
@ -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));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user