How to make the console window fit more lines?
  • one
    Stretch the window with the mouse. - avp
  • You do not understand me. Suppose I bring the line number up to 1000 from each new line to the console. Reaching up to 1000, I scroll the console to the top, where instead of the expected unit I see 765. And how can I increase this space? - ololo
  • one
    @ololo, what is the question - this is the answer. Correctly they themselves answered. - avp

1 answer 1

fX:=1200; fY:=1200; SetConsoleScreenBufferSize(GetStdHandle(STD_OUTPUT_HANDLE),f);