Re: [dev] dwm does something bad to X.org 1.7.6

2010-04-17 Thread Andrew Antle
On Tue, Apr 13, 2010 at 9:24 PM, Andrew Antle wrote: > Hello Anselm - > > Attached is my log from dwm hg tip, and my xorg-server info. Please > let me know if you need any more information. I'm a moron. and...@arch:~% diff -u builds/suckless/dwm/dwm.c builds/suckless/dwm-5.7.2/dwm.c --- builds/s

Re: [dev] building Vij

2010-04-17 Thread pmarin
Aha, yes. That works. So no unicode support for me then, judging by the > comment in the Makefile. No, you should have unicode support if you have LC_CTYPE. This lines removes some extended regular expresions.

Re: [dev] building Vi

2010-04-17 Thread Michael P. Soulier
On 17/04/10 pmarin said: > Comment the lines that begin with REINC, RELIB and RETGT in the Makefile Aha, yes. That works. So no unicode support for me then, judging by the comment int he Makefile. Once I gave it the path to GNU install, and set my TERMCAP, then it seems to work fine. 191K. Wow

Re: [dev] building Vi

2010-04-17 Thread pmarin
Comment the lines that begin with REINC, RELIB and RETGT in the Makefile

[dev] building Vi

2010-04-17 Thread Michael P. Soulier
Hey, Did anyone else have this problem building Vi? make[1]: Entering directory `/home/msoulier/downloads/ex-050325/libuxre' cc -DVMUNIX -I. -c regnfa.c regnfa.c: In function 'newctxt': regnfa.c:538: error: expected expression before 'Context' make[1]: *** [regnfa.o] Error 1 I think I have the

Re: [dev] [surf] toggle_images_plugins_scripts patch for tip

2010-04-17 Thread Sean Whitton
Hi, On Thu, Mar 25, 2010 at 03:47:18PM +0100, pancake wrote: > Is there any possibility to change the default canvas color in > webkit? I use my own > css which set the background color to black, but while the page is > loading or when > there's no loaded page it is white and it burns my eyes. Thi

Re: [dev] tabbed-list patch

2010-04-17 Thread Connor Lane Smith
Hey, On 17/04/2010, Anselm R Garbe wrote: > Feel free to apply that patch to lsw. I think it's a great > generalisation of lsw. Have done. Thanks, cls

Re: [dev] tabbed-list patch

2010-04-17 Thread Anselm R Garbe
Hey Connor, On 17 April 2010 02:20, Connor Lane Smith wrote: >> Included is a patch to add functionality to see a screen-like list of >> windows from tabbed using dmenu to tabbed-0.2. > > I've been thinking about this problem since you posted your patch, and > I only just got to a solution. It's

Re: [dev] tabbed-list patch

2010-04-17 Thread Connor Lane Smith
lsw seems to print the clients' names in reverse chronological order by access time. So if you change it to something like "lsw | tac | dmenu -l 5" the top should always be the current tab, and so on down. On another note, to make it able to uniquely identify a window, rather than using a name, h

Re: [dev] Anyone have the traditional vi working on the xterm?

2010-04-17 Thread pmarin
I fixed the problem. The preprocesor definitions in the setsize function (ex_tty.c) are hilarious. I wrote a setsize function that works only with TIOCGWINSZ. void setsize(void) { register int l, i; struct winsize win; i = ioctl(0, TIOCGWINSZ, &win); TCOLUMNS = winsz.ws_col = win

Re: [dev] Anyone have the traditional vi working on the xterm?

2010-04-17 Thread pmarin
ctr-+l or ctrl+r are not working. I found where is the problem: The window[1] (number of lines that are shown in the screen are not actualized when the screen are resized). [1] you can view the window with 'set window' (works also in vim). On Sat, Apr 17, 2010 at 10:24 AM, f wrote: > I'm u

Re: [dev] Anyone have the traditional vi working on the xterm?

2010-04-17 Thread fffff
I'm using vim and he resizing after i resize urxvt. Try press ctrl+l - this combination redraw console, i often use it to redraw stupied mc. On 4/17/10, pmarin wrote: > This is not the problem. When I start vi in a xterm (or any terminal) > vi use all the size but if I resize the xterm (dynamic o