Re: wineconsole[3/6]: remove spaces from the ends of lines while copying to the clipboard

2006-10-18 Thread Eric Pouech
Mikołaj Zalewski wrote: This is very practical and matches the Windows behaviour diff --git a/programs/wineconsole/user.c b/programs/wineconsole/user.c index e1efda2..557ccfc 100644 --- a/programs/wineconsole/user.c +++

Re: wineconsole[3/6]: remove spaces from the ends of lines while copying to the clipboard

2006-10-18 Thread Mikołaj Zalewski
did you check that this behavior is done for every mode of the console ? A+ What do you mean by every mode? Mikolaj Zalewski

Re: wineconsole[3/6]: remove spaces from the ends of lines while copying to the clipboard

2006-10-18 Thread Eric Pouech
Mikołaj Zalewski wrote: did you check that this behavior is done for every mode of the console ? A+ What do you mean by every mode? Mikolaj Zalewski consoles have several modes (set SetConsoleMode()), which may interfer with this behavior and btw, a test case for windows behavior