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.561 by sf-exg, Thu Nov 27 14:47:55 2014 UTC vs.
Revision 1.562 by root, Fri Nov 28 22:09:06 2014 UTC

3918 //case 19: // ninth alt font 3918 //case 19: // ninth alt font
3919 //case 20: // gothic 3919 //case 20: // gothic
3920 case 21: // disable bold, faint, sometimes doubly underlined (iso 8613) 3920 case 21: // disable bold, faint, sometimes doubly underlined (iso 8613)
3921 rendset = 0, rendstyle = RS_Bold; 3921 rendset = 0, rendstyle = RS_Bold;
3922 break; 3922 break;
3923 case 22: // normal intensity 3923 case 22: // bold off (vt220)
3924 rendset = 0, rendstyle = RS_Bold; 3924 rendset = 0, rendstyle = RS_Bold;
3925 break; 3925 break;
3926 case 23: // disable italic 3926 case 23: // disable italic
3927 rendset = 0, rendstyle = RS_Italic; 3927 rendset = 0, rendstyle = RS_Italic;
3928 break; 3928 break;
3929 case 24: 3929 case 24: // underline off (vt220)
3930 rendset = 0, rendstyle = RS_Uline; 3930 rendset = 0, rendstyle = RS_Uline;
3931 break; 3931 break;
3932 case 25: 3932 case 25: // blink off (vt220)
3933 rendset = 0, rendstyle = RS_Blink; 3933 rendset = 0, rendstyle = RS_Blink;
3934 break; 3934 break;
3935 case 26: // variable spacing (iso 8613) 3935 case 26: // variable spacing (iso 8613)
3936 rendset = 0, rendstyle = RS_Blink; 3936 rendset = 0, rendstyle = RS_Blink;
3937 break; 3937 break;
3938 case 27: 3938 case 27: // reverse off (vt220)
3939 rendset = 0, rendstyle = RS_RVid; 3939 rendset = 0, rendstyle = RS_RVid;
3940 break; 3940 break;
3941 //case 28: // visible. NYI 3941 //case 28: // visible. NYI
3942 //case 29: // not crossed-out 3942 //case 29: // not crossed-out
3943 } 3943 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines