diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/uitext.ml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/uitext.ml b/src/uitext.ml index e4c9aea..345c919 100644 --- a/src/uitext.ml +++ b/src/uitext.ml @@ -378,6 +378,10 @@ let interact prilist rilist = ("stop the selection"), (fun () -> newLine(); (ConfirmBeforeProceeding, Safelist.rev_append prev ril))); + (["R"], + ("reverse the list"), + (fun () -> newLine(); + loop rest (ri::prev))); (["g"], ("proceed immediately to propagating changes"), (fun () -> newLine(); |