diff --git a/exec/default.src b/exec/default.src index 3c16b2bf6aca17683d45a456924286e791380682..c7f65e2a50f560181a660b2a18bd710c9a4109b3 100644 --- a/exec/default.src +++ b/exec/default.src @@ -854,11 +854,29 @@ cmdkey & end_cmd cmdkey B + crlf toggle_user_misc UM_BATCHFLAG + compare_user_misc UM_BATCHFLAG + print "Batch flagging in file listings is now: \1h" + if_true + print "ON" + else + print "OFF" + end_if + crlf end_cmd - + cmdkey E + crlf toggle_user_misc UM_EXTDESC + compare_user_misc UM_EXTDESC + print "Extended file description display is now: \1h" + if_true + print "ON" + else + print "OFF" + end_if + crlf end_cmd end_cmd