mirror of
https://github.com/rizinorg/cutter.git
synced 2025-02-22 14:43:46 +00:00
Fix issue #102: changed defaults
Defaults now: - asm.tabs=5 - asm.bbline=true
This commit is contained in:
parent
c3426e2e3e
commit
fa62c667ca
@ -667,10 +667,11 @@ void QRCore::setSettings() {
|
|||||||
config("asm.xrefs", "false");
|
config("asm.xrefs", "false");
|
||||||
config("asm.fcnlines", "false");
|
config("asm.fcnlines", "false");
|
||||||
|
|
||||||
config("asm.tabs", "10");
|
config("asm.tabs", "5");
|
||||||
config("asm.tabsonce", "true");
|
config("asm.tabsonce", "true");
|
||||||
config("asm.tabsoff", "5");
|
config("asm.tabsoff", "5");
|
||||||
config("asm.nbytes", "10");
|
config("asm.nbytes", "10");
|
||||||
|
config("asm.bbline", "true");
|
||||||
|
|
||||||
config("anal.hasnext", "true");
|
config("anal.hasnext", "true");
|
||||||
config("asm.fcncalls", "false");
|
config("asm.fcncalls", "false");
|
||||||
|
Loading…
Reference in New Issue
Block a user