Re: [dev] fix numlock bug

2012-04-15 Thread Anselm R Garbe
On 15 April 2012 13:10, Nikolay G. Petrov wrote: > dwm version: 5.8.2 > OS: ubuntu last desktop (11.04) > Installing: > > sudo apt-get build-dep dwm > sudo apt-get source dwm > > (in this step I edit source, under my prefer settings) > > dpkg-buildpackage > dpkg -i ../dwm*.deb Use dwm-6.0 or hg t

Re: [dev] fix numlock bug

2012-04-15 Thread Nikolay G. Petrov
15.04.2012 13:36, Anselm R Garbe написал: On 15 April 2012 08:15, Nikolay G. Petrov wrote: 14.04.2012 19:20, Bjartur Thorlacius написал: Try stepping through updatenumlockmask() and checking the value of unsigned int numlockmask. grep -i numlockmask dwm.c First of all, which dwm version are y

Re: [dev] fix numlock bug

2012-04-15 Thread Anselm R Garbe
On 15 April 2012 08:15, Nikolay G. Petrov wrote: > 14.04.2012 19:20, Bjartur Thorlacius написал: > Try stepping through updatenumlockmask() and checking the value of > unsigned int numlockmask. > > grep -i numlockmask dwm.c First of all, which dwm version are you referring to? Second, this grepp

Re: [dev] fix numlock bug

2012-04-14 Thread Nikolay G. Petrov
14.04.2012 19:20, Bjartur Thorlacius написал: On 4/13/12, Nikolay G. Petrov wrote: When my "numlock" is active, I can't switching under different workspace or start the terminal,or by press on mouse button, nothings works! When I switch off "numlock", all is ok. Where in source code I can fix t

Re: [dev] fix numlock bug

2012-04-14 Thread Bjartur Thorlacius
On 4/13/12, Nikolay G. Petrov wrote: > When my "numlock" is active, I can't switching under different workspace > or start the terminal,or by press on mouse button, nothings works! When > I switch off "numlock", all is ok. > Where in source code I can fix that? > Try stepping through updatenumlock

[dev] fix numlock bug

2012-04-13 Thread Nikolay G. Petrov
Hi guys! When my "numlock" is active, I can't switching under different workspace or start the terminal,or by press on mouse button, nothings works! When I switch off "numlock", all is ok. Where in source code I can fix that?