Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

About window size notification

Dec
3
0
The values are different:
INPUT_RECORD.Event.WindowBufferSIzeEvent.dwSize

You are: return the size of the window buffer. (Screen Buffer Size)
Correctly: return the size of the displayed window in characters. (Window Size)

Could you consider a change?

--
Nobuhiro Takasaki
 
In Take Command v25:
The size of the buffer and the size of the window are confused.
When the window size is queried from the program, it is answered that it is 5000 lines long. This is strange.

Parameters that return incorrect values for programming are unknown strings that end with dwSize above.
This is a problem for the applications I work on.

--
Nobuhiro Takasaki
 
I used WINDOW_BUFFER_SIZE_EVENT obtained by ReadConsoleInput() Win32 API.

--
Nobuhiro Takasaki
 
When the window size is queried from the program, it is answered that it is 5000 lines long. This is strange.
Why is that strange? It's a reasonable size for a console screen buffer.
 

Similar threads

Back
Top