[Vimprobable-users] [PATCH] Decreased COMMANDSIZE
Vimprobable is a lean web browser optimised for full keyboard control
Brought to you by:
hanness
From: Daniel C. <dan...@gm...> - 2012-09-29 12:20:01
|
Hi! I'm not sure, but it seems the constant COMMANDSIZE should not need to be 1024. At the moment we have only 41 Commands and I think we don't put other commands on runtime into the array. So I decreased the value to 41 to have a smaller binary. Daniel |