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
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.
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
Comment the lines that begin with REINC, RELIB and RETGT in the Makefile
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
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
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
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
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
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
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
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
12 matches
Mail list logo