lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> In my early days, I had to write a terminal emulator running on a
> graphics card, and it had to support escape sequences.

I did exactly the same thing for a Tektronix terminal emulator: I used
C coroutines (with a bit of ASM) and the flow logic was then transparent.