- Aug
- 112
- 4
Just mentioning a couple of niggles in tcc console window:
1. FAT format directory display:
The purpose of this alias:
2. Delete line from history:
In my tcmd.ini file,
1. FAT format directory display:
The purpose of this alias:
dir /a: /zhrv1 /ogn is to display a directory listing showing descriptions, but without wrapping each line. Previously (V35), each line would be properly truncated at the right edge of the window. With V36, a line longer than what fits in the window, is truncated at the right edge of the window, but a second line appears directly below it, with nothing but a right-pointing arrow as the first/only character. Previous versions did not have this arrow, which presumably is to indicate that the line continues. However, in my opinion, that arrow should be shown as the last character of the original line, rather than using an entire line below it.2. Delete line from history:
In my tcmd.ini file,
LineToEnd is unset (LineToEnd= ), and DelHistory is set to Ctrl-Enter (DelHistory=Ctrl-Enter). If one types a letter, eg. 'w', and then up-arrow, the previous history line beginning with that letter is displayed. If one then types Ctrl-Enter (DelHistory), that line is removed from the history, and the previous history line beginning with that letter is then displayed. If one continues to DelHistory, until the last line beginning with that letter is displayed, the next DelHistory command will sound a beep and remove the line from the history, but the line itself remains displayed. In previous versions, when the last line was removed, it would beep, and the command line would be cleared, which in my opinion was the correct behaviour.