You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the reason that we can only have 256 colors in the bottom region?
I'm the author of ptpython, a Python REPL, and working on better integration with ConEmu. We'd like to have 256 colors, similar to all VT100 terminals. But it doesn't make sense to scroll to the bottom. A REPL should be shown at the current position, right below the output of the previous command. It's also not a full-screen application.
Maybe, there is something that I'm missing. But xterm, gnome-terminal, etc... all manage to display the 256 colors for the whole console.
An alternative would be to make ConEmu already scroll to the bottom region in its initialization script that runs when creating a new console, but that's rather ugly. (I don't expect every user to change anything there.)
Hi @Maximus5,
What is the reason that we can only have 256 colors in the bottom region?
I'm the author of
ptpython, a Python REPL, and working on better integration with ConEmu. We'd like to have 256 colors, similar to all VT100 terminals. But it doesn't make sense to scroll to the bottom. A REPL should be shown at the current position, right below the output of the previous command. It's also not a full-screen application.Maybe, there is something that I'm missing. But xterm, gnome-terminal, etc... all manage to display the 256 colors for the whole console.
An alternative would be to make ConEmu already scroll to the bottom region in its initialization script that runs when creating a new console, but that's rather ugly. (I don't expect every user to change anything there.)
Jonathan