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.59 by pcg, Wed Feb 25 15:39:48 2004 UTC vs.
Revision 1.60 by pcg, Fri Feb 27 02:52:51 2004 UTC

3097 case XTerm_logfile: 3097 case XTerm_logfile:
3098 break; 3098 break;
3099 case XTerm_font: 3099 case XTerm_font:
3100 change_font (str); 3100 change_font (str);
3101 break; 3101 break;
3102#ifndef NO_FRILLS
3102 case XTerm_locale: 3103 case XTerm_locale:
3103 if (str[0] == '?' && !str[1]) 3104 if (str[0] == '?' && !str[1])
3104 tt_printf ("%-.250s\n", locale); 3105 tt_printf ("%-.250s\n", locale);
3105 else 3106 else
3106 { 3107 {
3107 set_locale (str); 3108 set_locale (str);
3109# ifdef USE_XIM
3108 im_cb (); 3110 im_cb ();
3109 3111# endif
3110 // TODO: call selection_make with the right values set 3112 // TODO: call selection_make with the right values set
3111 // to re-fresh the selection. 3113 // to re-fresh the selection.
3112 if (display->selection_owner == this) 3114 if (display->selection_owner == this)
3113 display->set_selection_owner (0); 3115 display->set_selection_owner (0);
3114 } 3116 }
3115 break; 3117 break;
3118#endif
3116#if 0 3119#if 0
3117 case XTerm_dumpscreen: /* no error notices */ 3120 case XTerm_dumpscreen: /* no error notices */
3118 { 3121 {
3119 int fd; 3122 int fd;
3120 if ((fd = open (str, O_RDWR | O_CREAT | O_EXCL, 0600)) >= 0) 3123 if ((fd = open (str, O_RDWR | O_CREAT | O_EXCL, 0600)) >= 0)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines