[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.2.0 (rc2) now available
- From: Patrick Rapin <toupie300@...>
- Date: Sat, 26 Nov 2011 10:46:45 +0100
>> 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)