view src/bitmaps/gray.xbm @ 106597:b0e5aae20733

* net/tramp.el (tramp-echo-mark-marker-length): New defconst. (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it. (tramp-check-for-regexp): Check also, when an echoing shell stops to echo sent commands.
author Michael Albinus <michael.albinus@gmx.de>
date Tue, 15 Dec 2009 21:11:39 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

#define gray_width 2
#define gray_height 2
static unsigned char gray_bits[] = {
   0x01, 0x02};