Re: [Vimprobable-users] [PATCH] Further refactoring
Vimprobable is a lean web browser optimised for full keyboard control
Brought to you by:
hanness
|
From: Daniel C. <dan...@gm...> - 2013-02-02 20:22:58
|
Hi! Following patches structures nearly all global variables into some structs that are put together in a single client instance. I know that is a large change, but it's better to read and to maintain (at least for me). Daniel Carl (2): Added structs to move global variables out of the way. Use the BUF_SIZE constant for the rememberedURL too. config.h | 11 +- main.c | 659 ++++++++++++++++++++++++++++----------------------------- main.h | 60 ++++++ utilities.c | 45 ++-- utilities.h | 2 +- vimprobable.h | 8 +- 6 files changed, 420 insertions(+), 365 deletions(-) |