mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-15 17:30:31 +00:00
Honor utf8 in reflines
This commit is contained in:
parent
d2af97de2b
commit
d1139711ff
@ -347,7 +347,7 @@ static RDisasmState * handle_init_ds (RCore * core) {
|
||||
ds->linesopts |= R_ANAL_REFLINE_TYPE_WIDE;
|
||||
}
|
||||
if (core->cons->vline) {
|
||||
if (core->utf8)
|
||||
if (ds->show_utf8)
|
||||
ds->linesopts |= R_ANAL_REFLINE_TYPE_UTF8;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user