Re: [elinks-dev] [PATCH 04/10] Added option to change colors of HTML forms.

2009-05-18 Thread Nathan Valentino
I meant yozohida :) , wrong fingers on keys :( sorry. I do hope your patches get adopted, they are all great and thanks for them. On Mon, May 18, 2009 at 6:32 PM, Nathan Valentino wrote: > yorhida, thanks I use your color patches that were missing in elinks > and i hope to see them get adopted. t

Re: [elinks-dev] [PATCH 04/10] Added option to change colors of HTML forms.

2009-05-18 Thread Nathan Valentino
yorhida, thanks I use your color patches that were missing in elinks and i hope to see them get adopted. there should definately be different colour number links. On Sat, May 16, 2009 at 9:49 AM, Yozo Hida wrote: > On 2009-05-13, Miciah Dashiel Butler Masters wrote: >> On 05/13/2009 12:01 AM, el

Re: [elinks-dev] [PATCH 04/10] Added option to change colors of HTML forms.

2009-05-17 Thread Yozo Hida
On 2009-05-13, Miciah Dashiel Butler Masters wrote: > On 05/13/2009 12:01 AM, elinks-dev-boun...@linuxfromscratch.org wrote: >> Settings are specified by >> >> document.colors.form >> document.colors.use_form_color >> >> The latter setting determines whether the color is used when document >

Re: [elinks-dev] [PATCH 04/10] Added option to change colors of HTML forms.

2009-05-16 Thread yozohida
Ah, thanks. Your suggestion works. Never thought of doing it that way, actually. Please disregard patch #4 in that case. Thanks, -Yozo ___ elinks-dev mailing list elinks-dev@linuxfromscratch.org http://linuxfromscratch.org/mailman/listinfo/elinks-dev

Re: [elinks-dev] [PATCH 04/10] Added option to change colors of HTML forms.

2009-05-15 Thread Miciah Dashiel Butler Masters
On 05/13/2009 12:01 AM, elinks-dev-boun...@linuxfromscratch.org wrote: > Settings are specified by > > document.colors.form > document.colors.use_form_color > > The latter setting determines whether the color is used when document > colors are being used. Have you considered using CSS? Set

[elinks-dev] [PATCH 04/10] Added option to change colors of HTML forms.

2009-05-12 Thread yozohida
Settings are specified by document.colors.form document.colors.use_form_color The latter setting determines whether the color is used when document colors are being used. --- src/config/options.inc |9 + src/document/html/parser.c |1 + src/document/html/parse