Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SimpleIDE Alpha 0-9-nn printing float values in a loop can cause console display corruption #144

Open
GoogleCodeExporter opened this issue Oct 14, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

A) What steps will reproduce the problem?

  1. Create a simple project that uses printf to display changing float values in a loop. Note:  Requires linking-in the Math Lib
  2. See attached project .zip for an example
  3. Basically: in a loop clear the screen (HOME) and print a changing float value. Clearing the console is a required step in producing this result: Example: printf("%c a float val: %5.3f\n",HOME,floatValue);

B) What is the expected behavior (output)? During each loop, the screen should 
be cleared and all text and values should be printed in formatted positions.

C) What do you see instead? Some text (portions of the float value or other 
text) get printed in random positions below and sometimes inline with the 
correctly printed text. See attached screenshot.

D) Classify the bug as one of the following:

2. Medium Priority

E) Application Version and Platform:

Version
    SimpleIDE 0-9-24 (& earlier)

Platform

Choose OpSys from Labels Below:
    OpSys-Mac, or OpSys-Windows

Specify Platform OS Version and 32 or 64 bit. For example:

    Mac OSX      (64 bit Mountain Lion, 10.8.3)
    Windows 7    (64 bit)

Provide any links or additional information below if possible. See attached


Original issue reported on code.google.com by [email protected] on 26 Apr 2013 at 11:08

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant