1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-04-19 07:53:34 +02:00

Added updated patches for rxvt unicode

This commit is contained in:
2023-10-30 18:24:11 +01:00
parent 9241ca63af
commit 16767ef3ff
5 changed files with 757 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
Perl 5.38 does not handle empty locale names. Backported upstream fix.
--- a/src/rxvtperl.xs
+++ b/src/rxvtperl.xs
@@ -399,7 +399,7 @@ rxvt_perl_interp::init ()
{
if (!perl)
{
- rxvt_push_locale (""); // perl init destroys current locale
+ rxvt_push_locale ("C"); // perl init destroys current locale
{
perl_environ = rxvt_environ;