[Implemented] Change of descriptions in totalcmd.inc and wcmd_eng.inc
Posted: 2020-06-04, 23:32 UTC
I suggest the following changes in totalcmd.inc:
to:
And accordingly these changes in wcmd_eng.inc:
to:
The only other way for the user to know about these modifiers is to scrutinize the history.txt file.
See also https://www.ghisler.ch/board/viewtopic.php?p=388305#p388305
Code: Select all
OPENTABS <filename>=-3;Open tabs from saved .tab file
APPENDTABS <filename>=-4;Append tabs to existing tabs
Code: Select all
OPENTABS <filename>=-3;Open tabs from saved .tab file (supports modifiers L and R)
APPENDTABS <filename>=-4;Append tabs to existing tabs (supports modifiers L and R)
And accordingly these changes in wcmd_eng.inc:
Code: Select all
-3="Open tabs from saved .tab file"
-4="Append tabs to existing tabs"
Code: Select all
-3="Open tabs from saved .tab file (supports modifiers L and R)"
-4="Append tabs to existing tabs (supports modifiers L and R)"
See also https://www.ghisler.ch/board/viewtopic.php?p=388305#p388305