~charmitro

Athens, Greece

~charmitro/.emacs.d-discuss

Last active 1 year, 2 months ago

~charmitro/.emacs.d-devel

Last active 1 year, 2 months ago

~charmitro/composed-discuss

Last active 1 year, 2 months ago
View more

Recent activity

[PATCH rirc] Fix undefined Signal "SIGWINCH" on macOS 1 year, 2 months ago

From Charalampos Mitrodimas to ~rcr/public-inbox

Signed-off-by: Charalampos Mitrodimas <charmitro@posteo.net>
---
 src/io.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/io.c b/src/io.c
index 570920a..d5b289d 100644
--- a/src/io.c
+++ b/src/io.c
@@ -30,6 +30,10 @@
#include <termios.h>
#include <unistd.h>

#if __APPLE__
[message trimmed]