summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/uitext.ml5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/uitext.ml b/src/uitext.ml
index 5f615b3..7ea3d6e 100644
--- a/src/uitext.ml
+++ b/src/uitext.ml
@@ -390,11 +390,12 @@ let interact prilist rilist =
(["d"],
("show differences (curr or match)"),
(fun () ->
- actOnMatching showdiffs));
+ actOnMatching ~change:false showdiffs));
(["x"],
("show details (curr or match)"),
(fun () ->
- actOnMatching (fun ri -> displayDetails ri; true)));
+ actOnMatching ~change:false
+ (fun ri -> displayDetails ri; true)));
(["L"],
("list all (or matching) following changes tersely"),
(fun () -> newLine();