taviso / 123elf

A native port of Lotus 1-2-3 to Linux.
1.16k stars 59 forks source link

{WAIT} isn't working correctly #88

Closed taviso closed 2 years ago

taviso commented 2 years ago

I think {WAIT} isn't working right, I think this is supposed to pause 10 seconds, then enter the string "hello" but it never completes for me:

123 -e '{WAIT @NOW+@TIME(0,0,10)}hello'
taviso commented 2 years ago

I think the bug is that I should be doing LOTUS_OS_ENV=systemv, not LOTUS_OS_ENV=xenix, then it should work correctly.