Re: [dev] [st] scrollback-mouse patch is broken on 0.8

2018-09-08 Thread Devin Neal
On Sat, Sep 8, 2018 at 2:28 AM Daniel Tameling wrote: > You can suggest an edit yourself: > https://suckless.org/wiki/ > Noted, thanks for all your help.

[dev] [st] Two flaws with ISO 8613-6 colors, checking

2018-09-08 Thread Programmer
I'm curious about the state of my patches. I've not seen them added to the current version of st. Am I simply being impatient or is there something wrong with them? Also, my last questions don't seem to have been responded to. Are there any thoughts on them now?

Re: [dev] [st] solarized light patch colors incorrect

2018-09-08 Thread Cág
opal hart wrote: > Look at any other dev project and you'll see that this is a childish > display no matter the implications of the bug. suckless is not your average dev project. You are supposed to know something before using it. You and OP are being petty and lazy, because instead of writing a

Re: [dev] [dwm] compilation not working

2018-09-08 Thread mail
My mistake it works great now. Thank you September 8, 2018 4:16 PM, "lukáš Hozda" wrote: > It seems that while changing the config to your needs, you deleted the > colors variable: > >> - static const char *colors[][3] = { >> - /* fg bg border */ >> - [SchemeNorm] = { col_gray3, col_gray1, co

Re: [dev] [dwm] compilation not working

2018-09-08 Thread mail
I'am on arch linux i have the xlib header installed but same error, here in english : dwm build options: CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os -I/usr/X11R6/inc freetype2 -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_C

Re: [dev] [dwm] compilation not working

2018-09-08 Thread lukáš Hozda
It seems that while changing the config to your needs, you deleted the colors variable: > - static const char *colors[][3] = { > - /* fg bg border */ > - [SchemeNorm] = { col_gray3, col_gray1, col_gray2 }, > - [SchemeSel] = { col_gray4, col_cyan, col_cyan }, > - }; On Sat, Sep 8, 2018

Re: [dev] [dwm] compilation not working

2018-09-08 Thread mail
Sorry for the files here is the errors to be archived : make error : dwm build options: CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os -I/usr/X11R6/include -I/usr/include/freetype2 -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSI

Re: [dev] [dwm] compilation not working

2018-09-08 Thread lukáš Hozda
Howdy, do you have the Xlib headers installed on your system? Also would you mind compiling with LANG=C so that we get errors that those who don't speak french can understand as well? On Sat, Sep 8, 2018 at 12:59 PM wrote: > > Hi all, i'am trying to compile the latest version of dwm via "git clo

Re: [dev] [dwm] compilation not working

2018-09-08 Thread Hiltjo Posthuma
On Sat, Sep 08, 2018 at 10:59:00AM +, m...@socce.xyz wrote: > Hi all, i'am trying to compile the latest version of dwm via "git clone > https://git.suckless.org/dwm"; > > make return this : > https://framadrop.org/r/Xs6RmII-iJ#fW1DAIFZT1k+6oMHDqZh9fLILK9Q3CAfu23F6RX1xbk= > > here my config.h

[dev] [dwm] compilation not working

2018-09-08 Thread mail
Hi all, i'am trying to compile the latest version of dwm via "git clone https://git.suckless.org/dwm"; make return this : https://framadrop.org/r/Xs6RmII-iJ#fW1DAIFZT1k+6oMHDqZh9fLILK9Q3CAfu23F6RX1xbk= here my config.h : https://framadrop.org/r/sbMu6Xgi4i#pH08ZY4QgN7oCIuMSpNY+4o1b1P6bli+C4JHpHrx

Re: [dev] [st] scrollback-mouse patch is broken on 0.8

2018-09-08 Thread Daniel Tameling
On Fri, Sep 07, 2018 at 04:13:48PM -0700, Devin Neal wrote: > On Fri, Sep 7, 2018 at 8:15 AM Daniel Tameling > wrote: > > if there is already an existing config.h, you get the error you described. > > It turns out that this error occurred precisely because I ran make > (which created a config.h

Re: [dev] [st] scrollback-mouse patch is broken on 0.8

2018-09-08 Thread Platon Ryzhikov
As long as i remember my experience in using scrollback patches, you need to swap some code (functions and definitions) between st.c and x.c 06.09.2018, 23:18, "Devin Neal" : > There appears to be a problem with one of the patches to enable mouse > scrolling at https://st.suckless.org/patches/scr