adjust copy & paste text extraction to be much nicer.

SVN revision: 72800
devs/lucas/wip
Carsten Haitzler 12 years ago
parent 87f8a0e624
commit 0bfc44c6e9
  1. 2
      src/bin/termio.c

@ -1465,7 +1465,7 @@ termio_selection_get(Evas_Object *obj, int c1x, int c1y, int c2x, int c2y)
for (x = start_x; x <= end_x; x++)
{
if (x >= w) break;
if (cells[x].glyph == 0)
if ((cells[x].glyph == 0) || (cells[x].glyph == ' '))
{
if (last0 < 0) last0 = x;
}

Loading…
Cancel
Save