From c0b302be3e2cbfb12e035d076ab3af9b71c50a88 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Tue, 17 Mar 2026 20:43:39 +0100 Subject: [PATCH] update radare2 config --- nixos.just | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos.just b/nixos.just index 511142c..9921a5b 100644 --- a/nixos.just +++ b/nixos.just @@ -114,7 +114,7 @@ r2i module addr="dbg.os_main": radare2 -AA \ -c "s {{ addr }}" \ -e scr.color=3 \ - -e scr.scrollbar=1 \ + -e scr.scrollbar=0 \ -e scr.responsive=true \ -e scr.interactive=true \ -e scr.utf8=true \