From c6de3642ade34eeef32d35e56fcc0a030a35b312 Mon Sep 17 00:00:00 2001 From: moculus Date: Tue, 14 Oct 2008 00:12:19 +0000 Subject: [PATCH] --HG-- branch : pmacs2 --- mode/hex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mode/hex.py b/mode/hex.py index 11d9c9c..cdc381c 100644 --- a/mode/hex.py +++ b/mode/hex.py @@ -311,7 +311,7 @@ class Hex(mode.Fundamental): self.add_bindings('hex-overwrite-char-tab', ('TAB',)) self.add_bindings('hex-overwrite-char-newline', ('RETURN',)) - self.symbolic_edit = False + self.symbolic_edit = True def get_address(self, y, x): return (y * 16) + x