Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 65029
Collapse All | Expand All

(-)multi-gnome-terminal-1.6.2/gnome-terminal/zvtterm.c~ (-1 / +1 lines)
Lines 4546-4553 Link Here
4546
4546
4547
  while ( (count>0) && (select_retval==1) && (total_count<32768) )
4547
  while ( (count>0) && (select_retval==1) && (total_count<32768) )
4548
  {
4548
  {
4549
	  count=0;
4550
	  int maxread=32768-total_count;
4549
	  int maxread=32768-total_count;
4550
	  count=0;
4551
	  if (maxread>4096)
4551
	  if (maxread>4096)
4552
		  maxread=4096;
4552
		  maxread=4096;
4553
4553

Return to bug 65029