ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/command.C
(Generate patch)

Comparing rxvt-unicode/src/command.C (file contents):
Revision 1.51 by pcg, Sun Feb 22 08:28:36 2004 UTC vs.
Revision 1.53 by pcg, Sun Feb 22 12:34:53 2004 UTC

2694 break; 2694 break;
2695#endif 2695#endif
2696 case 8: /* unofficial extension */ 2696 case 8: /* unofficial extension */
2697 xterm_seq (XTerm_title, APL_NAME "-" VERSION, CHAR_ST); 2697 xterm_seq (XTerm_title, APL_NAME "-" VERSION, CHAR_ST);
2698 break; 2698 break;
2699
2700 case XTerm_locale: /* unofficial extension */
2701 tt_printf ("%-.250s\n", locale);
2702 break;
2699 } 2703 }
2700 break; 2704 break;
2701 2705
2702 case CSI_TBC: /* 8.3.155: (0) TABULATION CLEAR */ 2706 case CSI_TBC: /* 8.3.155: (0) TABULATION CLEAR */
2703 switch (arg[0]) 2707 switch (arg[0])
3075 break; 3079 break;
3076 case XTerm_font: 3080 case XTerm_font:
3077 change_font (str); 3081 change_font (str);
3078 break; 3082 break;
3079 case XTerm_locale: 3083 case XTerm_locale:
3080 /* TODO */ 3084 set_locale (str);
3085 im_cb ();
3081 break; 3086 break;
3082#if 0 3087#if 0
3083 case XTerm_dumpscreen: /* no error notices */ 3088 case XTerm_dumpscreen: /* no error notices */
3084 { 3089 {
3085 int fd; 3090 int fd;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines