Moved url history to own module.
authorDaniel Carl <danielcarl@gmx.de>
Sun, 3 Mar 2013 15:21:25 +0000 (16:21 +0100)
committerDaniel Carl <danielcarl@gmx.de>
Sun, 3 Mar 2013 15:21:25 +0000 (16:21 +0100)
commitc1895d856c1d705bad172c11f819412a5b43ba6c
tree45cca1b10168ee5030bc809e9c2826dcbff9d56c
parentef4ddf9c4d810c86970b433f595832eecf5dbb07
Moved url history to own module.

The history is loaded into a list if the browser is started. After that the
history items are only prepended to the internal list. Only if the apllication
is closed, we write the internal url history list to the history file.
config.mk
src/main.c
src/main.h
src/setting.c
src/url_history.c [new file with mode: 0644]
src/url_history.h [new file with mode: 0644]