[dev] [st] Fix terminfo op for light backgrounds

2011-08-12 Thread Rafa Garcia Gallego
Hi, Attached is a tiny change to st's terminfo entry to set 'op' (original pair) to \E[39;49m. This is akin to what urxvt and xterm do, and fixes some issues in certain curses apps (e.g. top) if your terminal had a color scheme other than white on black. Cheers, Rafa. st-terminfo_op.patch Descr

[dev] [dwm] xev's window refuses to float

2011-08-12 Thread Bastien Dejean
Hi, I have included the following line in the rules array of my config.h : { NULL, NULL,"Event Tester", 0,True, -1 }, But I don't get the expected result (xev's window stays tiled). Thanks, -- Bastien