-- Leo's gemini proxy

-- Connecting to git.thebackupbox.net:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: rxvt-unicode-sixel
action: commit
revision:
path_from:
revision_from: 2864da178704b9f8b82812e70b7396cb9c99aed4:
path_to:
revision_to:

git.thebackupbox.net

rxvt-unicode-sixel

git://git.thebackupbox.net/rxvt-unicode-sixel

commit 2864da178704b9f8b82812e70b7396cb9c99aed4
Author: Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
Date:   Tue Nov 2 13:32:50 2010 +0000

    properly set VSTATUS in termios for *BSD (reported by Ed Schouten).

diff --git a/Changes b/Changes

index b681b07639e28f9fe28a634b22e1d2c2bcf902d6..

index ..dd7a1a052c5cda9438e93f3923b9f1bbc636d2a3 100644

--- a/Changes
+++ b/Changes
@@ -29,6 +29,7 @@ TODO: curses start_color is supposed to reset palette
 	- new on_bell perl hook (Emanuele Giaquinta).
 	- searchable-scrollback no longer ignores the first line
 	  (Emanuele Giaquinta).
+	- properly set VSTATUS in termios for *BSD (reported by Ed Schouten).
 	- fix utmpx detection on upcoming FreeBSD 9.
 	- Use COMPOUND_TEXT encoding for WM_NAME/WM_ICON_NAME value when it
 	  is not fully convertible to STRING (patch by James Cloos).
diff --git a/src/main.C b/src/main.C

index 6f9f9712a15b44dd2dbec0500b08c73b72342cf7..

index ..c33f9f2050635ea722ae053e7a1bc9ebf02f6790 100644

--- a/src/main.C
+++ b/src/main.C
@@ -513,6 +513,9 @@ rxvt_get_ttymode (struct termios *tio)
 # ifdef VLNEXT
   tio->c_cc[VLNEXT] = CLNEXT;
 # endif
+# ifdef VSTATUS
+  tio->c_cc[VSTATUS] = CSTATUS;
+# endif

 # if VMIN != VEOF
   tio->c_cc[VMIN] = 1;

-----END OF PAGE-----

-- Response ended

-- Page fetched on Sun Jun 2 11:53:41 2024