Could this restriction be lifted now that you support @consoleb?[LIST /C] only works in stand-alone TCC windows, not in Take Command tab windows.
In the meantime, I'm using this 1-line alias as a workaround:
But it seems that this would leak, because there doesn't seem to be any way to release the temporary buffer when done. (I tried @bfree and not surprisingly crashed the session.)listc=set _save=%@consoleb[-1] %+ echo %@consoleb[0] >NUL %+ list %$ %+ echo %@consoleb[%_save] >NUL %+ set _save=
Thanks!