[Bug c++/86921] do not remove input in bash

2018-08-14 Thread yamirenk at ya dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86921 --- Comment #8 from Yakov --- (In reply to Andreas Schwab from comment #7) > This has nothing to do with gcc, it is a property of the terminal emulation. ok. all my terminals have this problem)= thanks for help

[Bug c++/86921] do not remove input in bash

2018-08-14 Thread yamirenk at ya dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86921 --- Comment #6 from Yakov --- (In reply to Jonathan Wakely from comment #5) > (In reply to Yakov from comment #4) > > I am sorry. I think, I did mistake in my question. I did not press Enter. > > You said "when the second line begins. symbols,

[Bug c++/86921] do not remove input in bash

2018-08-14 Thread yamirenk at ya dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86921 --- Comment #4 from Yakov --- (In reply to Jonathan Wakely from comment #2) > If you're saying that data read from the terminal by std::cin cannot be > "un-read" by typing backspace, that's correct. That is not a GCC bug, it's > just how the OS

[Bug c++/86921] do not remove input in bash

2018-08-14 Thread yamirenk at ya dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86921 Yakov changed: What|Removed |Added Status|RESOLVED|WAITING Resolution|INVALID

[Bug c++/86921] do not remove input in bash

2018-08-14 Thread yamirenk at ya dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86921 Yakov changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug c++/86921] New: do not remove input in bash

2018-08-12 Thread yamirenk at ya dot ru
++ Assignee: unassigned at gcc dot gnu.org Reporter: yamirenk at ya dot ru Target Milestone: --- when the second line begins. symbols, entered in first line, does not remove(with backspace). for example: "cin >> init;"