repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: c424cb52e689c4bfe09649654a6b2fe6c7c7b5fa:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit c424cb52e689c4bfe09649654a6b2fe6c7c7b5fa
Author: Marc Lehmann 
Date:   Wed Jun 16 23:03:10 2021 +0000

    *** empty log message ***

diff --git a/Changes b/Changes
index 1613234003995528313a860f0b7d6d63502c5f5f..
index ..57ab24d13499f5d359f3609660b5f8861815bb18 100644
--- a/Changes
+++ b/Changes
@@ -51,6 +51,7 @@ TODO: compose chars should be rendered "in one go" for xft. maybe. possibly.
 	- allow perl-ext and perl-ext-common to override autoloaded extensions.
           this allows tabbed to disable itself in subtabs, avoiding recursive
           loading.
+	- update precompose table to uinicode 13.0.

 9.26 Fri May 14 19:14:14 CEST 2021
 	- ev_iouring.c was wrongly required during compilation, and wrongly
diff --git a/src/table/category.h b/src/table/category.h
index 9a6cee7703d52148625b38cc6d522baed1e42ed5..
index ..929be7400b4243924be7e0cc20742289a3707294 100644
--- a/src/table/category.h
+++ b/src/table/category.h
@@ -6,7 +6,6 @@
 	(c) == 0x0020 || \
 	(c) == 0x00A0 || \
 	(c) == 0x1680 || \
-	(c) == 0x180E || \
 	(c) == 0x2000 || \
 	(c) == 0x2001 || \
 	(c) == 0x2002 || \
diff --git a/src/table/compose.h b/src/table/compose.h
index 96511d69c23ed1f36976656dd29f1c76628019be..
index ..ca4cb946192c7898b18ec450be8d29f877ce04e4 100644
--- a/src/table/compose.h
+++ b/src/table/compose.h
@@ -1139,6 +1139,16 @@ struct rxvt_compose_entry {
  { 0x11099, 0x110ba, 0x1109a },
  { 0x1109b, 0x110ba, 0x1109c },
  { 0x110a5, 0x110ba, 0x110ab },
+ { 0x11131, 0x11127, 0x1112e },
+ { 0x11132, 0x11127, 0x1112f },
+ { 0x11347, 0x1133e, 0x1134b },
+ { 0x11347, 0x11357, 0x1134c },
+ { 0x114b9, 0x114b0, 0x114bc },
+ { 0x114b9, 0x114ba, 0x114bb },
+ { 0x114b9, 0x114bd, 0x114be },
+ { 0x115b8, 0x115af, 0x115ba },
+ { 0x115b9, 0x115af, 0x115bb },
+ { 0x11935, 0x11930, 0x11938 },
  { 0x1d157, 0x1d165, 0x1d15e },
  { 0x1d158, 0x1d165, 0x1d15f },
  { 0x1d15f, 0x1d16e, 0x1d160 },

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