repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: 8889047b10006277df25cf0df5eec38a7bab947a:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit 8889047b10006277df25cf0df5eec38a7bab947a
Author: Marc Lehmann 
Date:   Fri Nov 28 22:09:06 2014 +0000

    *** empty log message ***

diff --git a/src/command.C b/src/command.C
index 025557ddb92f5abb086c1dd353ff728c7c8febc5..
index ..05e6f65addd6fe64f6010a2e9680ed2aa163b690 100644
--- 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-----