Right - FORTH code came in fixed block sizes that corresponded to physical disk sectors :). A block was called a "screen". If the blocksize is 1024, that's just 16 lines of 64 columns. The editor loaded a screen at a time.
Now this is great for embedded systems - your ROM is just a bunch of screens. It's so simple it's stupid.