Hi,
I upgraded from Take Command / TCC v24 to v25 and noticed that formatting (and value calculation) of elapsed time ($=) in prompt has changed.
Old format in v24 was "1.22.33,44". New format seems to be "1223344". In addition, the value does not make sense.
Help in v25 says
However, even simple "echo foo" commands gives value over 80000 (80seconds?).
See a screenshot (from http://tkoskine.me/tcc/tcc-24-vs-25-prompt-2019-09-03.png)
Prompt is set to
PROMPT=$e[1;35m[$e[1;36m$m $e[1;32m%LOGONSERVER%$e[0m$b$r$e[1;35m]$e[0m $~ ($=)$_$e[1;35m%@printftp[]%@execstr[perl c:\work\scripts\vcs-detect.pl]$e[0m$g
I assume this is either a documentation or code implementation bug? The elapsed time value in v25 would make sense if it is in microseconds.
I upgraded from Take Command / TCC v24 to v25 and noticed that formatting (and value calculation) of elapsed time ($=) in prompt has changed.
Old format in v24 was "1.22.33,44". New format seems to be "1223344". In addition, the value does not make sense.
Help in v25 says
= | The elapsed time (in milliseconds) since the previous command was started. |
However, even simple "echo foo" commands gives value over 80000 (80seconds?).
See a screenshot (from http://tkoskine.me/tcc/tcc-24-vs-25-prompt-2019-09-03.png)
Prompt is set to
PROMPT=$e[1;35m[$e[1;36m$m $e[1;32m%LOGONSERVER%$e[0m$b$r$e[1;35m]$e[0m $~ ($=)$_$e[1;35m%@printftp[]%@execstr[perl c:\work\scripts\vcs-detect.pl]$e[0m$g
I assume this is either a documentation or code implementation bug? The elapsed time value in v25 would make sense if it is in microseconds.