-- 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: 4803f05fac0e3281477369daaa6a4903a2a3ae8d:
path_to:
revision_to:

git.thebackupbox.net

rxvt-unicode-sixel

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

commit 4803f05fac0e3281477369daaa6a4903a2a3ae8d
Author: Marc Lehmann <schmorp@schmorp.de>
Date:   Thu Jan 29 21:35:58 2004 +0000

    *** empty log message ***

diff --git a/src/command.C b/src/command.C

index 9d7d858300e35da78d848ec1cd16fbf70ecf77c3..

index ..3245f4f5bb96bccff09034936f804e907b0f2beb 100644

--- a/src/command.C
+++ b/src/command.C
@@ -1,7 +1,7 @@
 /*--------------------------------*-C-*---------------------------------*
  * File:	command.c
  *----------------------------------------------------------------------*
- * $Id: command.C,v 1.29 2004/01/19 17:26:43 pcg Exp $
+ * $Id: command.C,v 1.30 2004/01/29 21:35:58 pcg Exp $
  *
  * All portions of code are copyright by their respective author/s.
  * Copyright (c) 1992      John Bovey, University of Kent at Canterbury <jdb@ukc.ac.uk>
@@ -2693,7 +2693,7 @@ rxvt_process_csi_seq(pR)

     case CSI_78:		/* DECREQTPARM */
 	if (arg[0] == 0 || arg[0] == 1)
-	    R->tt_printf("\033[%d;1;1;112;112;1;0x", arg[0] + 2);
+	    R->tt_printf("\033[%d;1;1;128;128;1;0x", arg[0] + 2);
     /* FALLTHROUGH */

     default:
diff --git a/src/rxvt.h b/src/rxvt.h

index 5aecbd48523659b08a55a6c81db9ce7e671743ea..

index ..dbb62a6cf707b47090dc5bb75979329cef0f27df 100644

--- a/src/rxvt.h
+++ b/src/rxvt.h
@@ -834,6 +834,9 @@ struct rxvt_term : rxvt_vars {
 #ifdef CURSOR_BLINK
                   hidden_cursor:1,
 #endif
+#ifdef TEXT_BLINK
+                  hidden_text:1,
+#endif
 #ifdef POINTER_BLANK
                   hidden_pointer:1,
 #endif
diff --git a/src/rxvtgrx.h b/src/rxvtgrx.h
deleted file mode 100644
index 55c5e2ca86ed3bc8a187787801574b5bd150ff37..0000000000000000000000000000000000000000
--- a/src/rxvtgrx.h
+++ /dev/null
@@ -1,53 +0,0 @@
-/*--------------------------------*-C-*---------------------------------*
- * File:	rxvtgrx.h
- *
- * Stuff for text alignment for rxvt special graphics mode
- *
- * alignment
- * Top:
- *	text is placed so that the specified point is at the top of the
- *	capital letters
- * Center:
- *	text is placed so that the specified point is equidistant from the
- *	bottom of descenders and the top of the capital letters
- * Bottom:
- *	text is placed so that the bottom of descenders is on the specified
- *	point
- * Base:
- *	text is placed so that the bottom of the characters with no descenders
- *	is on the specified point
- * Caps_Center:
- *	text is placed so that the specified point is equidistant from the
- *	bottom and tops of capital letters
- *----------------------------------------------------------------------*/
-#ifndef RXVTGRX_H_
-#define RXVTGRX_H_
-
-#define GRX_SCALE		10000
-
-#define RIGHT_TEXT		0x10
-#define HCENTER_TEXT		0x20
-#define LEFT_TEXT		0x30
-#define HORIZONTAL_ALIGNMENT	0x70
-
-#define TOP_TEXT		0x01
-#define VCENTER_TEXT		0x02
-#define BOTTOM_TEXT		0x03
-#define BASE_TEXT		0x04
-#define VCAPS_CENTER_TEXT	0x05
-#define VERTICAL_ALIGNMENT	0x0F
-
-#if 0	/* this would be nicer */
-# define TXT_RIGHT		'r'
-# define TXT_CENTER		'c'
-# define TXT_LEFT		'l'
-
-# define TXT_TOP		't'
-# define TXT_VCENTER		'v'
-# define TXT_BOTTOM		'b'
-# define TXT_BASE		'_'
-# define TXT_VCAPS_CENTER	'C'
-#endif
-
-#endif /* _RXVTGRX_H_ */
-/*----------------------- end-of-file (C header) -----------------------*/

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

-- Response ended

-- Page fetched on Sun Jun 2 10:15:11 2024