By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!I don't think there's a built-it way (I hope I'm wrong). I simply don't like the prompt on the last line. I did it in my 4CONSOLE plugin a while back but removed it because I didn't want to force it on all users of 4CONSOLE.Hi,
I'd like to implement a simple kind of status bar in the bottom line of the console window (using pre_input and scrput). Is there a way to tell TCC not to display the prompt on the last line? (because it overwrites the status bar)
if ( csbi.dwCursorPosition.Y == csbi.srWindow.Bottom || (csbi.dwCursorPosition.Y == csbi.srWindow.Bottom-1 && csbi.dwCursorPosition.X == csbi.dwSize.X-1 ))
SendMessage(g.hWndConsole, WM_VSCROLL, MAKEWPARAM(SB_LINEDOWN, 0), NULL);