view etc/letter.xpm @ 58717:bd9d0c90fd28

(cvs-header-msg): New function. (cvs-update-header): Use it. Change calling convention. Correctly handle the case of having simultaneous active processes. (cvs-sentinel): Don't call cvs-update-header any more. (cvs-mode-run): Update call and add cvs-update-header to postproc.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 01 Dec 2004 22:35:15 +0000
parents bc20bf61a6e9
children
line wrap: on
line source

/* XPM */
static char * letter_xpm[] = {
"14 10 2 1",
".	c opaque",
" 	c None",
"..............",
"...        ...",
".  .      .  .",
".   .    .   .",
".    ....    .",
".   . .. .   .",
".  .      .  .",
". .        . .",
"..          ..",
".............."};