Subversion Repositories Kolibri OS

Rev

Rev 6651 | Rev 6678 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6651 Rev 6662
Line 314... Line 314...
314
				}
314
				}
315
			} 
315
			} 
316
			if (end_found != true) write_length = label_length_max; //no white space, so we write label_length_max
316
			if (end_found != true) write_length = label_length_max; //no white space, so we write label_length_max
317
		}
317
		}
318
		ESI = write_length; //set text length attribute for WriteText()
318
		ESI = write_length; //set text length attribute for WriteText()
319
		WriteText(x+1, y, 0x10, text_col, write_start);
319
		WriteText(x, y, 0x10, text_col, write_start);
320
		// if (editpos >= write_start-buf_start) && (editpos <= write_start-buf_start + write_length) {
320
		// if (editpos >= write_start-buf_start) && (editpos <= write_start-buf_start + write_length) {
321
		// 	WriteTextB(-write_start+buf_start+editpos * 8 + x - 5 +1, y, 0x90, 0xFF0000, "|");
321
		// 	WriteTextB(-write_start+buf_start+editpos * 8 + x - 5 +1, y, 0x90, 0xFF0000, "|");
322
		// }
322
		// }
323
		write_start += write_length + 1;
323
		write_start += write_length + 1;
324
		y += line_h;
324
		y += line_h;