This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch missed-commit
in repository terminology.

View the commit online.

commit ef4c17450d16e5d29fb8485646c56d759fcb449d
Author: Carsten Haitzler <[email protected]>
AuthorDate: Sun May 10 13:21:35 2026 +0100

    build again with cellrow get changes
---
 src/bin/termpty.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/bin/termpty.c b/src/bin/termpty.c
index d4af35d8..755859a4 100644
--- a/src/bin/termpty.c
+++ b/src/bin/termpty.c
@@ -1202,8 +1202,8 @@ _termpty_cellrow_from_beacon_get(Termpty *ty, int requested_y, ssize_t *wret)
 }
 
 /* @requested_y unit is in visual lines on the screen */
-Termcell *
-termpty_cellrow_get(Termpty *ty, int y_requested, ssize_t *wret)
+static Termcell *
+_termpty_cellrow_live_get(Termpty *ty, int y_requested, ssize_t *wret)
 {
    if (y_requested >= 0)
      {
@@ -1222,7 +1222,7 @@ termpty_cellrow_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. */
-const Termcell *
+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.

Reply via email to