mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-31 10:22:37 +00:00
scr.loopnl is bool
This commit is contained in:
parent
250d5653d2
commit
01b2f5718f
@ -355,7 +355,7 @@ static bool duplicate_flag(RFlagItem *flag, void *u) {
|
||||
}
|
||||
|
||||
static bool foreach_newline(RCore *core) {
|
||||
bool nl = r_config_get_i (core->config, "scr.loopnl");
|
||||
bool nl = r_config_get_b (core->config, "scr.loopnl");
|
||||
if (nl) {
|
||||
r_cons_newline ();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user