[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
| [Cdt-launch-inbox] [Bug 109914] New: Cursor in console is not where	it should be | 
https://bugs.eclipse.org/bugs/show_bug.cgi?id=109914
           Summary: Cursor in console is not where it should be
           Product: CDT
           Version: 3.0
          Platform: PC
        OS/Version: Windows 2000
            Status: NEW
          Severity: minor
          Priority: P3
         Component: cdt-launch
        AssignedTo: cdt-launch-inbox@xxxxxxxxxxx
        ReportedBy: max@xxxxxxxxxxx
When running the following program:
---
#include <iostream>
using namespace std;
int main()
{
	string s1,s2;
	cout << "bla" << endl;
	cout << "Blup: "; cin >> s1;
	cout <<"something: "; cin >> s2;
	return 0;
}
---
Without typing in anything, the cursor will always be at the beginning of the
line (e.g. at the B or the s) instead of after the space. As soon as i type in a
character, the cursor jumps to the correct position.
This is just a cosmetic issue, but it does create some confusion.
Environment: MinGW, MSYS. spawner.dll deleted as seen in bug 102043
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.