flagarde
flagarde
The `buffer` class.. is not optimal; it is my first time dealing with IOStreams internals and the design is a bit hard to follow for me, at least for now....
Some toy code : https://github.com/jupyter-xeus/cpp-terminal/compare/master...flagarde:cpp-terminal:master It seems to do what you want on linux, need to check windows and there is many bugs too, we need to deal with raw...
Thanks, I will try to fix #316 for all cases. It's necessary for the buffer changes. I hope I will be able to have a better buffer class soon
@wmarini I have made some change on the code. It seems it is closer to what you want to do. Doing : ```bash echo "42 Hello" | ./cin_raw ``` or...
Great, I'm not yet sure if the fix is working on all cases but it's a first move in the right direction. Thx for the code, would you allow us...