Coding > FPC Valkyrie

Minor inconsistency for different screensizes ?

(1/1)

konijn:
Hmm,

did I mention that I can get prolific and drive people nuts ;)

Anyways

--- Code: (delphi) ---,
vtextut.pas:  if Sub   = '' then Output.DrawString(3,25,LightGray,'@BArrows, PgUp, PgDown, Home, End, Escape')
vtextut.pas:                else Output.DrawString(3,25,LightGray,Sub);
vtextut.pas:  if Sub   = '' then Output.DrawString(3,25,LightGray,'@BPress <Enter> or <Escape>...')
vtextut.pas:                else Output.DrawString(3,25,LightGray,Sub);
--- End code ---

I modded Valkyrie to work with 50 lines and grep told me that these lines should not use 25 but Output.ScreenSizeY instead ;)

He Who Sheds Light,
T.

Edit : use "delphi" syntax highliting, I modded it so it looks fine on the forum

Kornel Kisielewicz:
Yeah, I never ever use other screen sizes, so I tend to forget about them :). To be honest I am surprised it works with other screen sizes :D

konijn:

--- Quote from: Kornel Kisielewicz on March 14, 2007, 14:24 ---Yeah, I never ever use other screen sizes, so I tend to forget about them :). To be honest I am surprised it works with other screen sizes :D

--- End quote ---

It works perfectly on 80*50 ;)

He Who Sheds Light,
T.

Navigation

[0] Message Index

Go to full version