Forum > Windows

[Win8]Console configuration problems

<< < (2/7) > >>

Bart:
Do you use crt unit in your app?

Same problem with this simple program?

--- Code: ---var
  i: integer;
begin
  for i := 1 to 2 * 25 do writeln('Line ',i);
end.

--- End code ---

Bart

Never:
@Japanczi what font is selected in the console properties?
Properties/Tab Font

Japanczi:

--- Quote from: Bart on November 29, 2014, 11:12:56 pm ---Do you use crt unit in your app?

Same problem with this simple program?

--- Code: ---var
  i: integer;
begin
  for i := 1 to 2 * 25 do writeln('Line ',i);
end.

--- End code ---

Bart

--- End quote ---

Of course I use Crt. It's obvious, I guess.
The problem with that console is that the window isn't overwriting things at the bottom border. It just pushes all text up and thus cuts everything at top border.

Japanczi:

--- Quote from: Never on November 29, 2014, 11:14:55 pm ---@Japanczi what font is selected in the console properties?
Properties/Tab Font

--- End quote ---

Consolas. Why asking?

Never:
i see...
i'm asking because i'm willing to help you that's why  8-)


This is not an issue of Lazarus or Free Pascal
is an issue of cmd on hi resolution monitors
Add these settings in the cmd properties
Tab/Options
           Buffer Size:999          {might work with default}
           Number Of Buffers :5 {might work with default}
Tab/Font
            Font : Consolas        {might work with default}
            Font Size:14             {might work with default}
Tab LayOut/
          *** Screen Buffer Size:2000*** {This one is important you need a big number here}
Cross your fingers and
Click ok
if the system ask you to set them as default answer yes

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version