---
Although ubase has an implementation of dd(1), it is Linux-specific,
it does not conform to the POSIX specification, it is missing support
for operands such as `ibs` and `obs`, and it does not error out on
unknown operands.
This is an initial attempt at a portable implementation for sbase.
I h
>From c48056710a4ca6a6e52be60b0165313f9461f663 Mon Sep 17 00:00:00 2001
From: Marius Iacob
Date: Tue, 28 Apr 2020 17:18:32 +0300
Subject: [PATCH] Using pango markup for status text
Use a single font. Removed some code utf8 code from drw.
Created for pango 1.44. Older versions might not have gette
commit d65408cdb49a0739ecf930e5aa210382c77f7549
Author: Jan Klemkow
AuthorDate: Thu Apr 30 22:37:14 2020 +0200
Commit: Jan Klemkow
CommitDate: Thu Apr 30 22:37:14 2020 +0200
fix style
diff --git a/scroll.c b/scroll.c
index 82787c2..25c5d1a 100644
--- a/scroll.c
+++ b/scroll.c
@@ -21
commit 05b2653ec12ead75d2aaaef59094c5aa9b55f550
Author: Jochen Sprickerhof
AuthorDate: Thu Apr 30 22:29:30 2020 +0200
Commit: Jochen Sprickerhof
CommitDate: Thu Apr 30 22:29:30 2020 +0200
Fix indention
diff --git a/scroll.c b/scroll.c
index 466d0bc..82787c2 100644
--- a/scroll.c
+++
commit f36c0dcd49862f696eb07887313f2e6db331b71d
Author: Jochen Sprickerhof
AuthorDate: Thu Apr 30 22:27:59 2020 +0200
Commit: Jochen Sprickerhof
CommitDate: Thu Apr 30 22:28:48 2020 +0200
Ignore cursors movement sequences in history
diff --git a/scroll.c b/scroll.c
index 28cd653..46
commit 1dbf2dce08892df710645ddbd2ce12759ec95078
Author: Jan Klemkow
AuthorDate: Thu Apr 30 22:12:50 2020 +0200
Commit: Jan Klemkow
CommitDate: Thu Apr 30 22:12:50 2020 +0200
fix race condition between sigwinch and sigchld
sigwinch died if it tries to set the window size
On Thu, Apr 30, 2020 at 7:28 AM Steve Ward wrote:
> ---
> ptty.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/ptty.c b/ptty.c
> index c99c010..99f 100644
> --- a/ptty.c
> +++ b/ptty.c
> @@ -130,7 +130,7 @@ main(int argc, char *argv[])
>
> /
Thanks!
* Steve Ward [2020-04-30 07:28]:
---
ptty.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ptty.c b/ptty.c
index c99c010..99f 100644
--- a/ptty.c
+++ b/ptty.c
@@ -130,7 +130,7 @@ main(int argc, char *argv[])
/* handle cursor position requ
commit 58c58743d8f391ef0e4776fc46d92c824795d162
Author: Steve Ward
AuthorDate: Thu Apr 30 07:28:00 2020 -0400
Commit: Jochen Sprickerhof
CommitDate: Thu Apr 30 16:20:12 2020 +0200
Fix warning for too many arguments for format
diff --git a/ptty.c b/ptty.c
index c99c010..99f 10064
---
ptty.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ptty.c b/ptty.c
index c99c010..99f 100644
--- a/ptty.c
+++ b/ptty.c
@@ -130,7 +130,7 @@ main(int argc, char *argv[])
/* handle cursor position request */
if (strcmp(
10 matches
Mail list logo