[haiku-commits] Re: r39578 - haiku/trunk/src/apps/terminal

  • From: "Axel Dörfler" <axeld@xxxxxxxxxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 22 Nov 2010 21:55:21 +0100

pulkomandy@xxxxxxxxxxxxxxxxx wrote:
> +     line->cells[fCursor.x].character = ' ';
> +     line->length ++;

No space between 'length' and ++.
Aren't the lines now one column too wide, and will wrap around earlier? 
Or is that no concern if there aren't any characters afterwards?

Bye,
   Axel.


Other related posts: