On 23 Aug 2000, at 9:14, Edenyard wrote:

>    Sorry, Pete - I think that I've used the wrong term here. What I
> meant was that the 09H character (tab) is printed on the screen as a
> little round thing, INSTEAD of the screen driver interpreting it as a
> control code and acting upon it to insert a fixed number of spaces. It
> seems that the Arachne editor prints it on-screen as a circle, whereas
> QEDIT acts upon it to insert the spaces.

FWIW its not "insert number of spaces" but "insert appropriate 
space to line up with predetermined tabs". Thats what a "tab" is...

Tabs:
(I don't know how well this will work)

A       B               C       D               E       F               G
aa      bb              cc      dd              ee      ff              gg
111     222             333     444             555     666             777

(A[tab]B[tab][tab]C[tab]D[tab][tab]E[tab]F[tab][tab]G[cr]aa[tab]bb 
etc)

the B,bb,222 should line up. The G,gg,777 should line up, but 
Pegasus obviously has a bug in the 5th tabstop and something 
happens...

Reply via email to