[srvx-commits] CVS: services/src helpfile.c,1.49,1.50
Brought to you by:
entrope
|
From: Entrope <en...@us...> - 2002-07-07 04:11:08
|
Update of /cvsroot/srvx/services/src In directory usw-pr-cvs1:/tmp/cvs-serv15831/src Modified Files: helpfile.c Log Message: support reverse video with $r Index: helpfile.c =================================================================== RCS file: /cvsroot/srvx/services/src/helpfile.c,v retrieving revision 1.49 retrieving revision 1.50 diff -C2 -r1.49 -r1.50 *** helpfile.c 2 Jul 2002 00:25:16 -0000 1.49 --- helpfile.c 7 Jul 2002 04:11:06 -0000 1.50 *************** *** 284,287 **** --- 284,290 ---- value = use_color ? "\017" : ""; break; + case 'r': + value = use_color ? "\026" : ""; + break; case 'u': value = use_color ? "\037" : ""; |