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

(-)slang-1.4.5/src/slsmg.c (-1 / +4 lines)
Lines 369-375 Link Here
369
369
370
  max_len = Start_Col + Screen_Cols;
370
  max_len = Start_Col + Screen_Cols;
371
  len = This_Col;
371
  len = This_Col;
372
  p = SL_Screen[This_Row - Start_Row].neew + len - Start_Col;
372
373
       
374
  p = SL_Screen[This_Row - Start_Row].neew;
375
  if (len > Start_Col) p += len - Start_Col;
373
  prev = 0;
376
  prev = 0;
374
377
375
  for (i = 0; i < n; i++, str) {
378
  for (i = 0; i < n; i++, str) {

Return to bug 92735