From: pcg Date: Sun, 22 Feb 2004 12:34:53 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=90a51d1cfc0e2f4946129e9a5d7d2c631966a470;p=dana%2Furxvt.git *** empty log message *** --- 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;