From 90a51d1cfc0e2f4946129e9a5d7d2c631966a470 Mon Sep 17 00:00:00 2001 From: pcg Date: Sun, 22 Feb 2004 12:34:53 +0000 Subject: [PATCH] *** empty log message *** --- src/command.C | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/command.C b/src/command.C index 2adbcfc3..2f6c14f3 100644 --- a/src/command.C +++ b/src/command.C @@ -2696,6 +2696,10 @@ rxvt_term::process_csi_seq () case 8: /* unofficial extension */ xterm_seq (XTerm_title, APL_NAME "-" VERSION, CHAR_ST); break; + + case XTerm_locale: /* unofficial extension */ + tt_printf ("%-.250s\n", locale); + break; } break; -- 2.34.1