Re: [RFC][PATCH] Allow hotkeys to interrupt hidden menu

2013-10-20 Thread Franz Hsieh
grub_xasprintf instead of grub_snprintf * unset the 'hotkey' variable quickly when it is unneeded in grub_menu_get_hotkey Many thanks! Franz Hsieh On Mon, Oct 14, 2013 at 2:02 PM, Franz Hsieh wrote: > On 02.10.2013 10:50, Vladimir 'φ-coder/phcoder' Serbinenko wrote: &g

Re: [RFC][PATCH] Allow hotkeys to interrupt hidden menu

2013-10-13 Thread Franz Hsieh
I made it to read all keys but only accept function keys / delete / backspace and Esc keys to interrupt the sleep thread. Only function keys / delete key / backspace key are allowed for hotkey and will be saved to the hotkey environment variable. On Wed, Oct 2, 2013 at 4:03 PM, Franz Hsieh wrote:

Re: [RFC][PATCH] Allow hotkeys to interrupt hidden menu

2013-10-02 Thread Franz Hsieh
Hi, there I had merged the patch for enabling hotkey in grub silent mode to grub-trunk. The --function-key now has been removed from sleep.mod, now sleep.mod will monitor all function keys, delete, tab and backspace. Thanks! Franz Hsieh On Fri, Sep 13, 2013 at 5:18 PM, Franz Hsieh wrote

Re: [RFC][PATCH] Allow hotkeys to interrupt hidden menu

2013-09-13 Thread Franz Hsieh
ions are called > or declared with no space before the opening parenthesis. That is, > "function()" should become "function ()". I know it's a minor point, > but it makes code much easier to read when it's all in the same style. > > On Wed, Sep 11,