Skip to content

Added fixes to allow latest head to compile and missing tty term code#2

Open
lromor wants to merge 1 commit intocsdvrx:mainfrom
lromor:fix-missing-term-code
Open

Added fixes to allow latest head to compile and missing tty term code#2
lromor wants to merge 1 commit intocsdvrx:mainfrom
lromor:fix-missing-term-code

Conversation

@lromor
Copy link
Copy Markdown

@lromor lromor commented Jul 17, 2023

No description provided.

Copy link
Copy Markdown
Owner

@csdvrx csdvrx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor fixes

@arkq
Copy link
Copy Markdown

arkq commented Mar 29, 2026

Compiling with gcc (Debian 14.2.0-19) 14.2.0 requires this small patch as well:

diff --git a/sixel.c b/sixel.c
index 37479e5b..648cb62e 100644
--- a/sixel.c
+++ b/sixel.c
@@ -22,6 +22,7 @@
 #include <stdlib.h>
 #include <inttypes.h>
 #include <string.h>
+#include <math.h>

 #include "tmux.h"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants