> Thanks, then it most likely is as I suspected: that loop is missing a > break check. I'll prepare a patch.
I've attached the patch to this post. The break check is only done when the GUI is active since Ctrl-C already works in console mode (I am guessing this is because Ctrl-C sends SIGINT in console mode whereas in GUI mode Ctrl-C is treated as a regular key stroke>). Björn --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
os_unix.c.patch
Description: Binary data
