Added input mode.
authorDaniel Carl <danielcarl@gmx.de>
Thu, 22 Nov 2012 02:24:21 +0000 (03:24 +0100)
committerDaniel Carl <danielcarl@gmx.de>
Thu, 22 Nov 2012 02:24:21 +0000 (03:24 +0100)
commitfced22edf6e2200c58f4ead3ea18e7179339f901
treed24ea3796bfa94b6eb3e3d27f592597245f3953c
parent76122dfc5d28c02dc839afe56ceff23d0d758ef7
Added input mode.

Allow to set the browser into input mode if a text-, password or textarea is
focused on page load. Allow to switch to input mode, if an editable element is
clicked.
src/dom.c [new file with mode: 0644]
src/dom.h [new file with mode: 0644]
src/main.c