- Mar
- 75
- 1
Consider this screen scrape, taken from a TCC 23.00.24 x64 session:
> type seetabs.pl
printf("%s\n%s\n", ('1234567890' x 16), ("\t|" x 20) );
> seetabs
1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890
| | | | | | | | | | | | | | | | | | | |
Notice that the 1st-12th pipe characters are separated by 7 spaces. Likewise for the 14th-20th. But the 12th-14th pipe characters are separated by 3 spaces. This with menu:Options/button:TCC.../tab:Advanced/pane:Tabs/tbox:Width: set to 8. (This value has no effect on how tab-containing text is rendered on the console window, even after restarting TakeCommand. Maybe that is another bug.)
For what it's worth, CMD.exe does the same thing (when I enter: perl seetabs.pl).
> type seetabs.pl
printf("%s\n%s\n", ('1234567890' x 16), ("\t|" x 20) );
> seetabs
1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890
| | | | | | | | | | | | | | | | | | | |
Notice that the 1st-12th pipe characters are separated by 7 spaces. Likewise for the 14th-20th. But the 12th-14th pipe characters are separated by 3 spaces. This with menu:Options/button:TCC.../tab:Advanced/pane:Tabs/tbox:Width: set to 8. (This value has no effect on how tab-containing text is rendered on the console window, even after restarting TakeCommand. Maybe that is another bug.)
For what it's worth, CMD.exe does the same thing (when I enter: perl seetabs.pl).