to extremely long lines and (hopefully) some segfaults.
- iso14755 overlay position was wrong.
- iso14755 overlay now displays rendition info, too.
- - use unicode white space instead of hardcoded values for stripping
- whitespace.
+ - use unicode white space class instead of hardcoded values for
+ stripping whitespace.
- do whitespace stripping on rectangular selections.
6.0 Sat Dec 24 13:58:56 CET 2005
B<tripleclickwords>.
Starting a selection while pressing the B<Meta> key (or B<Meta+Ctrl> keys)
-(Compile: I<frills>) will create a rectangular selection instead of a normal
-one.
+(Compile: I<frills>) will create a rectangular selection instead of a
+normal one. In this mode, every selected row becomes its own line in the
+selection, and trailing whitespace is visually underlined and removed from
+the selection.
=item B<Insertion>:
col = max (col, 0);
- if (row == selection.end.row || selection.rect)
+ if (row == selection.end.row
+#if ENABLE_FRILLS
+ || selection.rect
+#endif
+ )
min_it (end_col, selection.end.col);
t = ROW(row).t + col;