From 7dc1a8e8ee7164f0075ce0212e359d4d164cfa82 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Mon, 28 Jun 2010 09:48:44 +0000 Subject: Tiny commit clarifying flushln() documentation as to what refers to visual screen output and what's an array index (getting closer to variable-width fonting). --- term.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/term.c b/term.c index c41482ca..2dbe73b5 100644 --- a/term.c +++ b/term.c @@ -1,4 +1,4 @@ -/* $Id: term.c,v 1.151 2010/06/27 01:26:20 schwarze Exp $ */ +/* $Id: term.c,v 1.152 2010/06/28 09:48:44 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -133,9 +133,10 @@ term_flushln(struct termp *p) size_t vbl; /* number of blanks to prepend to output */ size_t vend; /* end of word visual position on output */ size_t bp; /* visual right border position */ - int j; /* temporary loop index */ - int jhy; /* last hyphen before line overflow */ - size_t maxvis, mmax; + int j; /* temporary loop index for p->buf */ + int jhy; /* last hyph before overflow w/r/t j */ + size_t maxvis; /* output position of visible boundary */ + size_t mmax; /* used in calculating bp */ /* * First, establish the maximum columns of "visible" content. -- cgit v1.2.3-56-ge451