View emulated terminal
|
10-02-2015, 07:19 PM
(This post was last modified: 10-02-2015 07:42 PM by StephenG1CMZ.)
Post: #3
|
|||
|
|||
RE: View emulated terminal
(05-25-2014 01:58 PM)Tim Wessman Wrote: There is not anything unfortunately as the old MFC based emulator was never designed to handle multiple key press sequences. Best thing to do is just an empty print statement. Just to make that a little clearer, for beginners unsure what an empty print statement is: In home: PRINT() will clear the Terminal contents PRINT("") will display the Terminal (after appending an empty string) This will have the side effect of inserting a blank line into the Terminal contents, as does PRINT(CHAR(0)) (Which is presumably the Unicode equivalent of ASCII 0 or NULL). I think it would be better if sending a NULL character to the Terminal did not introduce a blank line. Stephen Lewkowicz (G1CMZ) https://my.numworks.com/python/steveg1cmz |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
View emulated terminal - Tugdual - 05-25-2014, 08:03 AM
RE: View emulated terminal - Tim Wessman - 05-25-2014, 01:58 PM
RE: View emulated terminal - StephenG1CMZ - 10-02-2015 07:19 PM
|
User(s) browsing this thread: 1 Guest(s)