X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Ftty%2Ftty_update.c;h=20c971c292c0df03ee3bc531fc9cd2856622ab9d;hp=7a4c197efd6807887297e85d9e9c0ec24d7ea50a;hb=322d0bb55499368c35c8e65ae1ea1c26209bc05e;hpb=9e3a472c069d718e4f510e8477373618f80227ae diff --git a/ncurses/tty/tty_update.c b/ncurses/tty/tty_update.c index 7a4c197e..20c971c2 100644 --- a/ncurses/tty/tty_update.c +++ b/ncurses/tty/tty_update.c @@ -82,7 +82,7 @@ #include -MODULE_ID("$Id: tty_update.c,v 1.258.1.2 2009/08/16 14:20:30 tom Exp tom $") +MODULE_ID("$Id: tty_update.c,v 1.260 2009/09/26 18:14:44 tom Exp $") /* * This define controls the line-breakout optimization. Every once in a @@ -1201,7 +1201,7 @@ ClrBottom(NCURSES_SP_DCLx int total) ** TransformLine(lineno) ** ** Transform the given line in curscr to the one in newscr, using -** Insert/Delete Character if _nc_idcok && has_ic(). +** Insert/Delete Character if idcok && has_ic(). ** ** firstChar = position of first different character in line ** oLastChar = position of last different character in old line