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.293 by root, Mon Jan 30 04:27:17 2006 UTC vs.
Revision 1.294 by root, Mon Jan 30 20:12:37 2006 UTC

3091 scr_charset_set (2, (unsigned int)cmd_getc ()); 3091 scr_charset_set (2, (unsigned int)cmd_getc ());
3092 break; 3092 break;
3093 case '+': 3093 case '+':
3094 scr_charset_set (3, (unsigned int)cmd_getc ()); 3094 scr_charset_set (3, (unsigned int)cmd_getc ());
3095 break; 3095 break;
3096#if ENABLE_FRILLS 3096#if !ENABLE_MINIMAL
3097 case '6': 3097 case '6':
3098 scr_backindex (); 3098 scr_backindex ();
3099 break; 3099 break;
3100#endif 3100#endif
3101 case '7': 3101 case '7':
3102 scr_cursor (SAVE); 3102 scr_cursor (SAVE);
3103 break; 3103 break;
3104 case '8': 3104 case '8':
3105 scr_cursor (RESTORE); 3105 scr_cursor (RESTORE);
3106 break; 3106 break;
3107#if ENABLE_FRILLS 3107#if !ENABLE_MINIMAL
3108 case '9': 3108 case '9':
3109 scr_forwardindex (); 3109 scr_forwardindex ();
3110 break; 3110 break;
3111#endif 3111#endif
3112 case '=': 3112 case '=':
3505 break; 3505 break;
3506 case CSI_75: 3506 case CSI_75:
3507 scr_cursor (RESTORE); 3507 scr_cursor (RESTORE);
3508 break; 3508 break;
3509 3509
3510#if ENABLE_FRILLS 3510#if !ENABLE_MINIMAL
3511 case CSI_74: 3511 case CSI_74:
3512 process_window_ops (arg, nargs); 3512 process_window_ops (arg, nargs);
3513 break; 3513 break;
3514#endif 3514#endif
3515 3515
3522 break; 3522 break;
3523 } 3523 }
3524} 3524}
3525/*}}} */ 3525/*}}} */
3526 3526
3527#if ENABLE_FRILLS 3527#if !ENABLE_MINIMAL
3528/* ARGSUSED */ 3528/* ARGSUSED */
3529void 3529void
3530rxvt_term::process_window_ops (const int *args, unsigned int nargs) 3530rxvt_term::process_window_ops (const int *args, unsigned int nargs)
3531{ 3531{
3532 int x, y; 3532 int x, y;
3944 op, 3944 op,
3945 rs[Rs_name], VERSION[0], VERSION[2], 3945 rs[Rs_name], VERSION[0], VERSION[2],
3946 resp); 3946 resp);
3947 break; 3947 break;
3948 3948
3949#if ENABLE_FRILLS 3949#if !ENABLE_MINIMAL
3950 case URxvt_locale: 3950 case URxvt_locale:
3951 if (query) 3951 if (query)
3952 tt_printf ("\33]%d;%-.250s%c", op, OPTION (Opt_insecure) ? locale : "", resp); 3952 tt_printf ("\33]%d;%-.250s%c", op, OPTION (Opt_insecure) ? locale : "", resp);
3953 else 3953 else
3954 { 3954 {
4318 scr_color (Color_bg, Color_bg); 4318 scr_color (Color_bg, Color_bg);
4319 break; 4319 break;
4320 4320
4321 //case 50: // not variable spacing 4321 //case 50: // not variable spacing
4322 4322
4323#if ENABLE_FRILLS 4323#if !ENABLE_MINIMAL
4324 case 90: 4324 case 90:
4325 case 91: /* set bright fg color */ 4325 case 91: /* set bright fg color */
4326 case 92: 4326 case 92:
4327 case 93: 4327 case 93:
4328 case 94: 4328 case 94:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines