repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: c424cb52e689c4bfe09649654a6b2fe6c7c7b5fa: path_to: revision_to:
commit c424cb52e689c4bfe09649654a6b2fe6c7c7b5fa Author: Marc LehmannDate: Wed Jun 16 23:03:10 2021 +0000 *** empty log message *** diff --git a/Changes b/Changes
--- 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
--- 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
--- 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-----