1
0

patch-lib_mc_menu 506 B

1234567891011121314151617
  1. $Id$
  2. $MirOS: ports/misc/mc/patches/patch-lib_mc_menu,v 1.9 2007/03/01 23:56:43 tg Exp $
  3. --- mc-4.6.1.orig/lib/mc.menu 2004-08-17 08:31:16.000000000 +0000
  4. +++ mc-4.6.1/lib/mc.menu 2007-03-20 13:32:10.000000000 +0000
  5. @@ -1,4 +1,12 @@
  6. shell_patterns=0
  7. ++ t r & ! t t
  8. +u Diff file against opposite
  9. + diff -dupa %f %D/%F 2>&1 | less
  10. +
  11. += t d
  12. +U Diff dir against opposite
  13. + diff -pdu . %D 2>&1 | grep -v "^Only in " | less
  14. +
  15. + ! t t
  16. @ Do something on the current file
  17. CMD=%{Enter command}