repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: 7298d22fbde516a0ab672cf77091d47110865d13:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit 7298d22fbde516a0ab672cf77091d47110865d13
Author: Marc Lehmann 
Date:   Sat Dec 13 10:02:39 2014 +0000

    *** empty log message ***

diff --git a/Changes b/Changes
index 8f0e14d6254f99a73bfa425be7e6035893e1783d..
index ..7b90b275cf57f01c321c7fbad19020a0f0af6f88 100644
--- a/Changes
+++ b/Changes
@@ -77,7 +77,8 @@ TODO: warn with a graphical message when env has been modified
 	  containing a space and with the same bg and fg color, red hat bug
 	  #830236.
         - fix crash that may happen if an x error is received after a terminal
-          window/popup has bene destroyed already.
+          window/popup has been destroyed already.
+        - removed superfluous 0 digit from sgr terminfo sequence.

 9.20 Sat Apr 26 16:22:27 CEST 2014
         - (libptytty) fix bug that prevented urxvtd from writing utmp
diff --git a/doc/etc/rxvt-unicode.terminfo b/doc/etc/rxvt-unicode.terminfo
index fbb094ea4bbf8dd580dde80ccaf52c52ecfb2af2..
index ..1c67bc2006223496e3acf676b4a550d13387cb38 100644
--- a/doc/etc/rxvt-unicode.terminfo
+++ b/doc/etc/rxvt-unicode.terminfo
@@ -3,6 +3,7 @@
 # Updated: Marc Lehmann , 17 Feb 2005
 # Updated: Marc Lehmann , 04 Nov 2008: change init/reset sequences
 # Updated: Marc Lehmann , 24 Nov 2014: implement cvvis as blinking cursor
+# Updated: Marc Lehmann , 13 Dec 2014: removed superfluous 0 from sgr
 rxvt-unicode|rxvt-unicode terminal (X Window System),
 	am,
 	bce,
@@ -144,7 +145,7 @@ rxvt-unicode|rxvt-unicode terminal (X Window System),
 	rmkx=\E>,
 	indn=\E[%p1%dS,
 	rin=\E[%p1%dT,
-	sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;%?%p7%t;8%;m%?%p9%t\E(0%e\E(B%;,
+	sgr=\E[%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;%?%p7%t;8%;m%?%p9%t\E(0%e\E(B%;,
 	op=\E[39;49m,
 	setaf=\E[38;5;%p1%dm,
 	setab=\E[48;5;%p1%dm,

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