lua-users home
lua-l archive

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


>> Note: Ctrl+D crashes Lua.exe on WinXP; You need to use Ctrl+C instead :)

> Ctrl+Z is EOF in the Windows console. (I think you also have to type Enter
> after it.) I'm constantly getting confused and putting my Unix processes
> into the background. However, I've never had a crash because of Ctrl+D in
> Windows; it just doesn't do anything.

I could not crash Lua neither using Ctrl+D nor Ctrl+Z, on Windows 7.

Yes, on Windows normally Ctrl+D does not anything more than inputing a
character ASCII #4.
Except if, like me, you use a port of the Readline library for
completion, which reacts on Ctrl+D (but not on Ctrl+Z nor Ctrl+C)