4.4BSD snapshot (revision 8.1); add 1993 to copyright
[unix-history] / usr / src / lib / libcurses / refresh.c
1993-07-20 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-07-20 Keith BosticLoop will loop one too many times, when wx == lch + 1
1993-06-05 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-05-31 Keith Bosticno automatic aggregate initialization
1993-05-31 Keith Bosticdelete the emacs blank lines
1993-05-18 Elan AmirNeed to repoint line pointers in subwin's after quickch...
1993-05-17 Keith Bosticchange __TRACE to __CTRACE, so it doesn't collide with nvi
1993-05-12 Elan AmirDeleted ugly (and stupid) _win stuff for notifying...
1993-05-07 Elan AmirAdded CE for clear to end of line.
1993-05-07 Elan AmirRefresh() does not modify ISPASTEOL.
1993-05-07 Elan AmirFixed SCROLLWIN problems: don't output last character...
1993-04-28 Elan AmirFixed unsigned -signed comparison error.
1993-04-14 Elan Amirquickch() returns if there is a bottom unchanged region...
1993-03-03 Elan AmirNeed to clear __ISPASTEOL if line is not dirty.
1993-02-25 Elan AmirCast argument to hash() to char *.
1993-02-19 Elan AmirDeleted unused variable clsp.
1993-02-19 Elan Amirbcopy -> memcpy. Probably more portable.
1993-02-19 Elan AmirFixed bug in makech(): Don't need to special case XN...
1993-02-18 Elan AmirAdded debugging info. Made top and bot regions not...
1993-02-17 Elan AmirOptimized quickch() by eliminating the top and bottom...
1993-02-13 Elan Amirbcmp -> memcmp, probably more portable.
1993-01-12 Keith Bostictscroll -> __tscroll (for now)
1993-01-12 Keith BosticCURSES_{OK,ERR} -> OK,ERR
1992-12-31 Elan AmirChanged ERR to CURSES_ERR and OK to CURSES_OK.
1992-12-30 Elan AmirAdded some debugging help.
1992-12-23 Elan Amirdelete __endwin (I don't understand it)
1992-11-12 Elan AmirAdded pointers to firstch and lastch for correct operat...
1992-11-10 Elan AmirFixed bug in scrolln() and quickch() that caused incons...
1992-11-06 Elan AmirFixed bug in overlapping botoom, middle, and top region...
1992-10-28 Elan AmirCommented quickch() and cleaned up scrolln().
1992-10-28 Elan AmirChanged touchline() to __touchline() so that user interface
1992-10-27 Elan AmirChanged to accomodate new line structures (__LDATA...
1992-10-21 Elan AmirFixed bug in makech().
1992-10-21 Elan AmirChanged standout character representation so that chara...
1992-10-14 Elan AmirOptimized quickch() by checking for top and bottom...
1992-10-14 Elan AmirAdded verification of hash hit.
1992-10-14 Elan AmirFixed problem with __ISPASTOEL issue.
1992-10-09 Elan AmirFixed end-of-line problem with cursor not being on...
1992-10-02 Elan AmirFixed quickch() so it works now.
1992-09-22 Elan AmirAdded quickch() which optimizes scrolling by identifyin...
1992-09-15 Elan AmirConverted to new data structures.
1992-09-01 Elan Amirimproved tracing data.
1992-08-24 Keith Bosticreformat the code so you can actually read it -- no...
1992-08-24 Keith BosticKNF
1992-05-16 Keith Bosticreformat to KNF, redo tracing interface, new version...
1991-03-04 Keith BosticANSI
1990-06-02 Keith Bosticnew copyright notice
1988-07-01 Keith Bosticinstall approved copyright notice
1988-06-09 Keith Bosticwritten by Ken Arnold; add Berkeley specific header
1985-06-08 Kirk McKusickAdd copyright
1985-06-08 Kirk McKusickfixes from arnold@ucsfcgl
1985-05-02 Jim Bloomnew version from arnold
1983-05-13 Ken Arnolddelete spurious debug abort()
1983-05-11 Ken Arnoldwrefresh(curscr) should put the cursor back where it was
1983-03-28 Ken Arnold(no message)
1982-02-18 Ken Arnolddon't move in standout unless MS is set
1981-03-06 Ken Arnoldfix bug that caused illegal scrolls
1981-02-18 Ken Arnoldfix bug in refresh if clear is set
1981-01-28 Ken Arnoldmake wrefresh(curscr) make the screen look like curscr
1981-01-27 Ken Arnolddate and time created 81/01/26 17:03:10 by arnold