Windows 3.x High-Speed Communications Library and Tools.
Find a file
Scott Duensing d898e73213 Move form sizing to after Show so font metrics are fully realized
Sizing the form in the constructor via HandleNeeded was unreliable --
RecalcCellSize runs again during Show with different font metrics,
shrinking FAnsi while the form keeps its stale size.  Move the
ClientWidth/ClientHeight assignment into Run after Show, when handles
are fully created and RecalcCellSize has settled.  Restore constructor
Width/Height defaults in TKPAnsi for reasonable pre-handle dimensions.
Remove CP437 box-drawing diagnostic from the terminal.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 17:36:53 -06:00
delphi Move form sizing to after Show so font metrics are fully realized 2026-03-03 17:36:53 -06:00
drivers Initial commit. 2026-02-23 20:53:02 -06:00
drv Size form dynamically from terminal dimensions; fix signed/unsigned mismatch 2026-03-03 17:30:34 -06:00
vbx VBX does not work. Moving to Delphi. 2026-02-25 22:06:08 -06:00
.gitattributes Initial commit. 2026-02-23 20:53:02 -06:00
.gitignore VBX does not work. Moving to Delphi. 2026-02-25 22:06:08 -06:00