Re: [dev] exiting dwm correctly

2011-06-28 Thread Thuban
That's it, thank you very much! Le 20:49:28 le 28 juin 2011 , Thomas Dahms a écrit : > 2011/6/28 Thuban : > > Hello > > I can't find mails about exiting dwm properly, in order to kill every > > process launched before dwm when using a .xinitrc file as example. Can > > you help me finding it please?

Re: [dev] surf: css height issue for input type=button

2011-06-28 Thread Joshua Shoemaker
Cool, Thanks. Figured it out. Using the tag works. Have not done a lot of CSS/html in a long while. -joshua On Tue, Jun 28, 2011 at 3:32 PM, Andreas Krennmair wrote: > * Joshua Shoemaker [2011-06-28 20:50]: > > Just playing around with surf. So far I like it and think it will work. >> Howe

Re: [dev] surf: css height issue for input type=button

2011-06-28 Thread Andreas Krennmair
* Joshua Shoemaker [2011-06-28 20:50]: Just playing around with surf. So far I like it and think it will work. However, I noticed when I try to resize the height of a input button it doesn't display correctly. Tested it on two different systems/OSs with same result. Not sure if this is a

[dev] Re: surf: css height issue for input type=button

2011-06-28 Thread Joshua Shoemaker
Sorry to bomb the thread. I just downloaded midori and tested, The same problem existed so must be a webkit/GTK+ issue. Anyone here have any idea where in webkit this bug would be so I can ask over there? Sorry to have reported this to the wrong place, should have tested midori first. Thanks, -

[dev] Re: surf: css height issue for input type=button

2011-06-28 Thread Joshua Shoemaker
Err. add a colon after height (just a typo, issue still present with the colon). -joshua On Tue, Jun 28, 2011 at 2:48 PM, Joshua Shoemaker wrote: > Hello, > > Just playing around with surf. So far I like it and think it will work. > However, I noticed when I try to resize the height of a input b

Re: [dev] exiting dwm correctly

2011-06-28 Thread Thomas Dahms
2011/6/28 Thuban : > Hello > I can't find mails about exiting dwm properly, in order to kill every > process launched before dwm when using a .xinitrc file as example. Can > you help me finding it please? > thank you There was a thread about properly terminating the loop that updates your status b

[dev] surf: css height issue for input type=button

2011-06-28 Thread Joshua Shoemaker
Hello, Just playing around with surf. So far I like it and think it will work. However, I noticed when I try to resize the height of a input button it doesn't display correctly. Tested it on two different systems/OSs with same result. Not sure if this is a webkit/GTK bug or something that can be f

[dev] exiting dwm correctly

2011-06-28 Thread Thuban
Hello I can't find mails about exiting dwm properly, in order to kill every process launched before dwm when using a .xinitrc file as example. Can you help me finding it please? thank you

[dev] [sbase] echo.c cleanup

2011-06-28 Thread anonymous
Patch attached. diff -r 2f259700e4f2 echo.c --- a/echo.cSat Jun 25 18:49:32 2011 +0100 +++ b/echo.cTue Jun 28 15:29:52 2011 +0400 @@ -12,15 +12,12 @@ char c; while((c = getopt(argc, argv, "n")) != -1) - switch(c) { - case 'n': + if