more work on bug 942, at least it won't dump core now.

The selection is not right.  I am not happy, but
fixing that will take a little time.

svn path=/trunk/kdebase/konsole/; revision=18523
wilder-portage
Peter Silva 27 years ago
parent 5c86cb3154
commit 5be1685dda
  1. 2
      src/TEScreen.C

@ -185,7 +185,7 @@ char *TEScreen::getSelText(const BOOL preserve_line_breaks)
{
char *m; // buffer to fill.
int s,d; // source index, dest. index.
int hist_BR=loc(0,histLines);
int hist_BR=loc(0,histLines-1);
int hY = sel_TL / columns ;
int hX = sel_TL % columns;
int eol; // end of line

Loading…
Cancel
Save