This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch tymux
in repository terminology.
View the commit online.
commit 5b53a344f5749ffcf8f8eac4a0cff4abd79fce52
Author: Boris Faure <[email protected]>
AuthorDate: Wed May 13 19:59:22 2026 +0200
termpty: add missing const
---
src/bin/termpty.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/bin/termpty.c b/src/bin/termpty.c
index 5f2b2385..d4ab1e38 100644
--- a/src/bin/termpty.c
+++ b/src/bin/termpty.c
@@ -1222,7 +1222,7 @@ _termpty_cellrow_live_get(Termpty *ty, int y_requested, ssize_t *wret)
/* Read accessor: returns the snapshot row during a sync window (pre-BSU state),
* or the live row otherwise. Renderer always calls this. */
-Termcell *
+const Termcell *
termpty_cellrow_get(Termpty *ty, int y_requested, ssize_t *wret)
{
if (ty->sync_output.active &&
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.