Hello,
I am quite confused about all this and im sure someone can explain it to me. When using ROS cmd on windows, it has a scroll bar but when using it on ROS it doesnt. What is causing this to happen, someone said it in IRC a few days ago and i glanced over the code real quick to see if i could find out but i couldnt. Ill look more later but if anyone knows could you please explain this to me.
Brandon
ReactOS.Bugzilla@reactos.org wrote:
http://www.reactos.org/bugzilla/show_bug.cgi?id=949
Summary: command prompt needs a buffer and scroll bar Product: ReactOS Version: TRUNK Platform: x86 Hardware OS/Version: ReactOS Status: NEW Severity: enhancement Priority: P3 Component: Win32 AssignedTo: ros-bugs@reactos.com ReportedBy: gedmurphy@gmail.com QAContact: ros-bugs@reactos.comFeature request.
It can be fustrating not being able to scroll back up to previous output. I think the addition of a buffer and scroll bar would greatly enhance the ReactOS command prompt.
Because console windows are handled by CSRSS and not cmd...
Brandon Turner wrote:
Hello,
I am quite confused about all this and im sure someone can explain it to me. When using ROS cmd on windows, it has a scroll bar but when using it on ROS it doesnt. What is causing this to happen, someone said it in IRC a few days ago and i glanced over the code real quick to see if i could find out but i couldnt. Ill look more later but if anyone knows could you please explain this to me.
Brandon
Ahhh, makes more sense. Thank you!
Brandon
Filip Navara wrote:
Because console windows are handled by CSRSS and not cmd...
Brandon Turner wrote:
Hello,
I am quite confused about all this and im sure someone can explain it to me. When using ROS cmd on windows, it has a scroll bar but when using it on ROS it doesnt. What is causing this to happen, someone said it in IRC a few days ago and i glanced over the code real quick to see if i could find out but i couldnt. Ill look more later but if anyone knows could you please explain this to me.
Brandon
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
From: Brandon Turner
I am quite confused about all this and im sure someone can explain it to me. When using ROS cmd on windows, it has a scroll bar but when using it on ROS it doesnt. What is causing this to happen, someone said it in IRC a few days ago and i glanced over the code real quick to see if i could find out but i couldnt. Ill look more later but if anyone knows could you please explain this to me.
Cmd doesn't know anything about the scrollbar or buffers. This is/should be implemented in the console stuff in CSRSS. Cmd just uses the console API to communicate with CSRSS. The reason you can get a scrollbar in Windows but not in ReactOS is that the Windows CSRSS supports it but ours doesn't (yet).
Gé van Geldorp.