#929 closed bug (fixed)
When the console input displayed at the terminal screen doesn't provide a new line (as in r5).
Reported by: | kaoutsis | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | - General | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | x86 |
Description
When the console input displayed at the screen doesn't provide a new line (as in hrev5). In other words, when the input datas of a program are displayed in the terminal screen, and the program had to display some info with cout, they are covered by cout.
Attachments (4)
Change History (9)
by , 18 years ago
Attachment: | mySmallInput.cpp added |
---|
by , 18 years ago
Attachment: | haiku-before-pressing-enter.png added |
---|
by , 18 years ago
Attachment: | haiku-after-pressing-enter.png added |
---|
comment:1 by , 18 years ago
and a small note: Haiku's terminal compiled for hrev5, doesn't have this problem.
comment:2 by , 18 years ago
Some new tests:
- the same problem occurred instead of cin cout, a program uses scanf.
- consoled doesn't seems to have this problem!
comment:3 by , 18 years ago
Testing with be's original Terminal running on haiku: the same problem. So i guess the problem is not in our terminal. The strange thing is that consoled doesn't have this problem!
comment:4 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 by , 17 years ago
Yes, this has been fixed quite a while ago actually. The tty driver wasn't echoing or processing the entered CRs correctly.
my little silly input program