Quoth Greg Reagle:
> I have a pretty good basic understanding of
> git and I've created, merged, and deleted branches, for instance, but a
> good solid education in git will be very useful. Thanks again.
I recommend these:
https://www.youtube.com/watch?v=1ffBJ4sVUb4
https://github.com/pluralsigh
On Mon, Mar 16, 2015 at 09:42:50PM -0700, Eric Pruitt wrote:
> Is there a reason -lrt is missing from config.mk in sbase? I recall
> seeing some messages saying that OpenBSD lacks -lrt support (or
> something to that effect), but since its a POSIX library and is required
> to compile find, it seems
Hi.
On Mon, Mar 09, 2015 at 02:05:39PM +0100, FRIGN wrote:
> On Mon, 9 Mar 2015 01:51:59 +0100
> Alexander Huemer wrote:
>
> Hey Alexander,
Thanks for you answer FRIGN.
> > while reading the README file of sbase I noticed `sponge`, remembered
> > that that's from moreutils and realized that s
Feel free to send a documentation patch.
Hi all,
I'm Antenore Gatta, I have some experience in development and several
years in
other CS domains.
I'm here to learn and I hope to pay back with some good and useful patches.
At the moment, I'm mainly working on sbase and I'll submit, very very
very soon, a
patch for review about the
Heyho,
can you also use the current surf master to heat up your room when visiting
bitbucket[0]? I'm using webkit-2.4.8-r200 from the default gentoo tree.
0: https://bitbucket.org/account/signin/
--Markus
* Markus Teich [2015-03-17 17:49:05 +0100]:
> Heyho,
>
> can you also use the current surf master to heat up your room when visiting
> bitbucket[0]? I'm using webkit-2.4.8-r200 from the default gentoo tree.
>
> 0: https://bitbucket.org/account/signin/
>
> --Markus
That seems to be a WebKitGTK
Hi All,
As promised find here after a patch that add the -i option to the cp command.
As most of the code comes from OpenBSD, I'm not sure is suitable for suckless (
License/Copyright issues? Style? ).
If you have better ideas I'll try to improve it, otherwise I was thinkoing to
go ahead with mv a
As is existing style in sbase, get rid of typedefs for user defined
types. Still have to do cut and sed. I assume we shouldn't untypedef
libutf as that's an external project.
-Evan
From d22d6fb25f5fced8331b663c5d9eabf2e24f28fc Mon Sep 17 00:00:00 2001
From: Evan Gates
Date: Tue, 17 Mar 2015 10:59
On Tue, Mar 17, 2015 at 06:59:50AM +0100, Roberto E. Vargas Caballero wrote:
> Why do you suppose that every person making a distribution package is
> going to have a git repository?. We use git as our central
> repository, but it doesn't mean we force to everyone to use it.
I don't, but it's not
On Tue, Mar 17, 2015 at 05:54:42PM +0100, anten...@simbiosi.org wrote:
> Hi All,
>
> As promised find here after a patch that add the -i option to the cp command.
> As most of the code comes from OpenBSD, I'm not sure is suitable for suckless
> (
> License/Copyright issues? Style? ).
> If you hav
---
st.c | 47 ++-
1 file changed, 38 insertions(+), 9 deletions(-)
diff --git a/st.c b/st.c
index 836ae21..37da82e 100644
--- a/st.c
+++ b/st.c
@@ -257,6 +257,7 @@ typedef struct {
int ch; /* char height */
int cw; /* char width */
On 03/17/2015 09:03 PM, Dimitris Papastamos wrote:
On Tue, Mar 17, 2015 at 05:54:42PM +0100, anten...@simbiosi.org wrote:
Hi All,
As promised find here after a patch that add the -i option to the cp command.
As most of the code comes from OpenBSD, I'm not sure is suitable for suckless (
License
On Tue, 17 Mar 2015 21:27:56 +0100
Antenore Gatta wrote:
Hey Antenore
> Is there anything quite urgent|interesting|waitingforme task ?
= ls no (-C), -S, -f, -m, -s, -x
= nl no -d, -f, -h, -p
sortno
On 03/17/2015 09:37 PM, FRIGN wrote:
= ls no (-C), -S, -f, -m, -s, -x
= nl no -d, -f, -h, -p
sortno -m, -o, -d, -f, -i
= xargs no -I,
On Tue, Mar 17, 2015 at 09:27:56PM +0100, Antenore Gatta wrote:
> On 03/17/2015 09:03 PM, Dimitris Papastamos wrote:
> >On Tue, Mar 17, 2015 at 05:54:42PM +0100, anten...@simbiosi.org wrote:
> >>Hi All,
> >>
> >>As promised find here after a patch that add the -i option to the cp
> >>command.
> >>
Hi,
On Tue, Mar 17, 2015 at 09:04:32PM +0100, LemonBoy wrote:
> ---
> st.c | 47 ++-
> 1 file changed, 38 insertions(+), 9 deletions(-)
>
> diff --git a/st.c b/st.c
> index 836ae21..37da82e 100644
> --- a/st.c
> +++ b/st.c
> @@ -257,6 +257,7 @@ typedef
---
st.c | 64 +++-
1 file changed, 51 insertions(+), 13 deletions(-)
diff --git a/st.c b/st.c
index 836ae21..d8e9b94 100644
--- a/st.c
+++ b/st.c
@@ -197,14 +197,14 @@ typedef struct {
} TCursor;
/* CSI Escape sequence structs */
-/
I'm running the last git-st on OpenBSD, and sometimes when I select
text, I get a segfault. I created a core and I debugged it, the log is
attached.
The case of this log, is a situation that I cat a file, and I copy the
result.
Does anyone know about this problem? Any solution?
--
Regards
Henr
On Tue, Mar 17, 2015 at 07:38:46PM -0300, Henrique Lengler wrote:
> I'm running the last git-st on OpenBSD,
What's your HEAD's ID?
The reason I ask is because in 246c348, and all the way back to
2fcfea1bf149f839cdbcba5c1efc7c4ce31f6d95 at least, that's a comment
line. Are you 28259f5750f0dc7f52bb
On Sat, Mar 14, 2015 at 01:08:14PM +0100, Roberto E. Vargas Caballero wrote:
> > * You can scroll past the top line in the buffer. Fixed with the
> > attached diff.
>
> You can push your changes to the wiki if you want.
I will, and again when I fix those two other items. School priorities.
Strak
On Tue, Mar 17, 2015 at 07:28:27PM -0400, Alex Pilon wrote:
> The reason I ask is because in 246c348, and all the way back to
> 2fcfea1bf149f839cdbcba5c1efc7c4ce31f6d95 at least, that's a comment
> line. Are you 28259f5750f0dc7f52bbaf8b746ec3dc576a58ee? If so, then it
> would be that dereferencing
> from st.c:25:
> /usr/X11R6/include/X11/Xfuncproto.h:156:24: warning: ISO C does not permit
> named variadic macros
> st.c: In function 'strparse':
> st.c:2265: warning: implicit declaration of function 'strsep'
> st.c:2265: warning: assignment makes pointer from integer without
>
> It seems to be in vogue to squash patches into one, and lose history.
> The one on the website purports to be from Alexander Huemer, but the
> authors are listed as Jochen Sprickerhof and Matthew on the web page,
> and http://lists.suckless.org/dev/1310/17807.html also mentions v4hn.
I suppo
- csiescseq.mode = *p;
+ csiescseq.mode[0] = *p;
+ p++;
+ if (strchr("q", *p))
+ csiescseq.mode[1] = *p;
}
The strchr is not needed, you can do something like:
csiescseq.mode[0] = *p++;
csiescseq.mode[1] = *p;
if the string has only one cha
25 matches
Mail list logo