repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 8889047b10006277df25cf0df5eec38a7bab947a: path_to: revision_to:
commit 8889047b10006277df25cf0df5eec38a7bab947a Author: Marc LehmannDate: Fri Nov 28 22:09:06 2014 +0000 *** empty log message *** diff --git a/src/command.C b/src/command.C
--- a/src/command.C
+++ b/src/command.C
@@ -3920,22 +3920,22 @@ rxvt_term::process_sgr_mode (unsigned int nargs, const int *arg)
case 21: // disable bold, faint, sometimes doubly underlined (iso 8613)
rendset = 0, rendstyle = RS_Bold;
break;
- case 22: // normal intensity
+ case 22: // bold off (vt220)
rendset = 0, rendstyle = RS_Bold;
break;
case 23: // disable italic
rendset = 0, rendstyle = RS_Italic;
break;
- case 24:
+ case 24: // underline off (vt220)
rendset = 0, rendstyle = RS_Uline;
break;
- case 25:
+ case 25: // blink off (vt220)
rendset = 0, rendstyle = RS_Blink;
break;
case 26: // variable spacing (iso 8613)
rendset = 0, rendstyle = RS_Blink;
break;
- case 27:
+ case 27: // reverse off (vt220)
rendset = 0, rendstyle = RS_RVid;
break;
//case 28: // visible. NYI
-----END OF PAGE-----