BT Requests
Posted: Sun Sep 16, 2018 3:34 am
Good day. As a respectful request, if y'all could consider the following, for eventual UI upgrades to BasicTools, when/if appropriate, it would be most helpful and appreciated:
I acknowledge that the tcl source is included for both BT and TCLTerm, and that I could go crafting my implementations in such a manner, as I've done in past eons. However, that would have to be revisited each time BT is upgraded. If it was incorporated at 'the factory', that would be less maintenance, and potentially useful to more folks than just myself.
There, a small bit of mud has been slung at the wall, to see if any of it sticks. 
L8R.
-t
- Add a reload button to the 'button bar'
- Add some control character handling for TCLTerm (iirc, that is the console code for BT.?.), to enable:
- Clearing the screen programmatically via a print statement from the target
- positioning the cursor at a given line and position via a print statement from the target
- giving coders the ability to have different colored text, etc. on TCLTerm via a print statement from the target
I acknowledge that the tcl source is included for both BT and TCLTerm, and that I could go crafting my implementations in such a manner, as I've done in past eons. However, that would have to be revisited each time BT is upgraded. If it was incorporated at 'the factory', that would be less maintenance, and potentially useful to more folks than just myself.
Code: Select all
#define term_cls chr(foo) + chr(bar)
...
print term_cls
L8R.
-t