diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/patches/spacesymbol-0.42.4.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/patches/spacesymbol-0.42.4.patch b/packages/patches/spacesymbol-0.42.4.patch new file mode 100644 index 00000000..cbf2d7e4 --- /dev/null +++ b/packages/patches/spacesymbol-0.42.4.patch @@ -0,0 +1,12 @@ +Index: g_text.c +=================================================================== +--- g_text.c (revision 9678) ++++ g_text.c (working copy) +@@ -630,7 +630,6 @@ + gatom_retext(x, 1); + return; + } +- else if (c == ' ') return; + else if (c == '\b') + { + if (len > 0) |