Created
September 8, 2012 08:12
-
-
Save ganta/3672727 to your computer and use it in GitHub Desktop.
tmux 1.6: Patch for UTF-8 NFD
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/utf8.c b/utf8.c | |
index 5ae1bba..4d95c33 100644 | |
--- a/utf8.c | |
+++ b/utf8.c | |
@@ -135,7 +135,6 @@ struct utf8_width_entry utf8_width_table[] = { | |
{ 0x0135f, 0x0135f, 0, NULL, NULL }, | |
{ 0x01a17, 0x01a18, 0, NULL, NULL }, | |
{ 0x006e7, 0x006e8, 0, NULL, NULL }, | |
- { 0x03099, 0x0309a, 0, NULL, NULL }, | |
{ 0x00b4d, 0x00b4d, 0, NULL, NULL }, | |
{ 0x00ce2, 0x00ce3, 0, NULL, NULL }, | |
{ 0x00bcd, 0x00bcd, 0, NULL, NULL }, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment