Thread overview
Console input on linux/unix?
Jan 12, 2006
Kris
Jan 12, 2006
Kris
Jan 13, 2006
Kris
January 12, 2006
When reading a string from the console, do linux/unix/os-x append a newline?

Thanks in advance;


January 12, 2006
Kris wrote:

> When reading a string from the console, do linux/unix/os-x append a newline?

Do you have a test snippet ? (most D input ways are broken on GCC 3.x)

--anders
January 12, 2006
I do, but for Mango only (example/token.d: in SVN head) ...


"Anders F Björklund" <afb@algonet.se> wrote in message news:dq51hm$or$1@digitaldaemon.com...
> Kris wrote:
>
>> When reading a string from the console, do linux/unix/os-x append a newline?
>
> Do you have a test snippet ? (most D input ways are broken on GCC 3.x)
>
> --anders


January 13, 2006
Kris wrote:

> I do, but for Mango only (example/token.d: in SVN head) ...

Okay, I will see if can get a) Build and b) Mango working...

--anders
January 13, 2006
Thanks!

You'll probably need the SVN-head version.


"Anders F Björklund" <afb@algonet.se> wrote in message news:dq7tdv$9v9$1@digitaldaemon.com...
> Kris wrote:
>
>> I do, but for Mango only (example/token.d: in SVN head) ...
>
> Okay, I will see if can get a) Build and b) Mango working...
>
> --anders