projects
/
dana
/
urxvt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94ea5bd
)
*** empty log message ***
author
pcg
<pcg>
Sun, 22 Feb 2004 12:34:53 +0000
(12:34 +0000)
committer
pcg
<pcg>
Sun, 22 Feb 2004 12:34:53 +0000
(12:34 +0000)
src/command.C
patch
|
blob
|
history
diff --git
a/src/command.C
b/src/command.C
index 2adbcfc399f97d4fb83504dc8bddeee0b4b54ec5..2f6c14f3db6267eb3e3bf84fd77b40cec5e5dd3a 100644
(file)
--- 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;