diff src/bitmaps.h @ 8:4b173ad71786 r19-15b5

Import from CVS: tag r19-15b5
author cvs
date Mon, 13 Aug 2007 08:47:35 +0200
parents 376386a54a3c
children 49a24b4fd526
line wrap: on
line diff
--- a/src/bitmaps.h	Mon Aug 13 08:47:16 2007 +0200
+++ b/src/bitmaps.h	Mon Aug 13 08:47:35 2007 +0200
@@ -96,11 +96,25 @@
 static unsigned char continuer_bits[] = {
    0x00, 0xbc, 0xfc, 0xe0, 0xe0, 0x72, 0x3e, 0x1e, 0x1e, 0x3e};
 
+#if 0
 /* Three dots indicating truncation */
 #define truncator_width 7
 #define truncator_height 8
 static unsigned char truncator_bits[] = {
    0x06, 0x06, 0x00, 0x18, 0x18, 0x00, 0x60, 0x60};
+#endif
+
+/* A Right pointing Arrow */
+#define truncator_width 6
+#define truncator_height 10
+static char truncator_bits[] = {
+ 0xc0,0xc4,0xc8,0xd0,0xff,0xd0,0xc8,0xc4,0xc0,0xc0};
+
+/* A Left pointing Arrow */
+#define hscroll_width 6
+#define hscroll_height 10
+static char hscroll_bits[] = {
+ 0xc0,0xc8,0xc4,0xc2,0xff,0xc2,0xc4,0xc8,0xc0,0xc0};
 
 #if 0
 #define rarrow_width 12