Windows 3.x High-Speed Communications Library and Tools.
Find a file
Scott Duensing 17394e4f5d Replace form store with stream-from-disk and dynamic form IDs
Form IDs were baked into .form files at conversion time, preventing a
form from being displayed more than once.  dfm2form now writes a
placeholder ID (0), and formServerSendForm streams the file directly
from disk, assigning a unique ID on the fly via rewriteFormId.  This
eliminates formServerLoadFile, the in-memory form store, and the -i
flag from dfm2form.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-04 19:14:36 -06:00
ansibbs Rename delphi/ to ansibbs/ in preparation for another module 2026-03-04 17:37:00 -06:00
drv Size form dynamically from terminal dimensions; fix signed/unsigned mismatch 2026-03-03 17:30:34 -06:00
forms Replace form store with stream-from-disk and dynamic form IDs 2026-03-04 19:14:36 -06:00
.gitattributes Add TrueType font support with 4-tier font selection and documentation 2026-03-04 17:15:11 -06:00
.gitignore Add Linux build artifacts to .gitignore 2026-03-04 18:37:03 -06:00