bitmaps/ScrollUp_entered.xp.xpm
author Claus Gittinger <cg@exept.de>
Tue, 05 Sep 2017 19:51:48 +0200
changeset 6207 7a5c2914e422
parent 2610 8f66aff2ef09
permissions -rw-r--r--
#BUGFIX by cg class: EditTextView comment/format in: #setCursorCol: changed: #basicDeleteCharsAtLine:fromCol:toCol: #cursorLeft #selectFromBeginOfLine #selectToEndOfLine cursor left should not remove trailing whitespace (think of backspacing after typing)

/* XPM */
static char *ScrollUp_entered.xp_xpm[] = {
/* width height ncolors chars_per_pixel */
"15 15 6 1",
/* colors */
"a c #D0E0F0",
"b c #C0D0F0",
"c c #406080",
"d c #F0F0F0",
"e c #E0E0F0",
"f c none",
/* pixels */
"ddddddddddddddd",
"deeeeaaaaaaabed",
"deeeeeaaaaaaaad",
"deeeeeeaaaaaaad",
"deeeeaacaaaaaad",
"daeeaacccaaaaad",
"daeaacccccaaaad",
"daaacccacccaaad",
"daacccaaacccaad",
"daaacaaaaacaaad",
"dbaaaaaaaaaaaad",
"dbaaaaaaaaaaaad",
"dbaaaaaaaaaaaad",
"deaaaaaaaaaaaed",
"ddddddddddddddd",
};