summaryrefslogtreecommitdiff
path: root/lib/libcurses
AgeCommit message (Expand)Author
2002-01-04Only reference termcap capabilities in the screen struct in __init_acsblymn
2002-01-02Remove extraneous tabs from blank lines.blymn
2001-12-31fix __startwin() so it outputs the init strings to the correct device.blymn
2001-12-31* Fixed uninitialiased variable problem in newtermblymn
2001-12-30Make newterm set the default screen if the old default screen wasblymn
2001-12-27Fix newterm so it syncs curscr to stdscr when term is created. Thanksblymn
2001-12-11 * Remove termcap globals from public interfaceblymn
2001-12-02lib/14813: Jason R. Thorpe: worm(6) no longer builds w/ new libcurseschristos
2001-12-02* Major change to add support for the newterm/set_term functions.blymn
2001-11-04fix WARNS=2 (-Wshadow) warninglukem
2001-11-01Remove bogus call to free(3) which caused several warning messages intron
2001-10-15Added function - bumped minor version of lib.blymn
2001-10-14Whitespace, section name, and punctuation fixes.wiz
2001-10-14Added 2 new functions and a macro:blymn
2001-10-08Add mvderwin function.blymn
2001-09-24va_{start,end} audit:wiz
2001-09-20Add code to allow resizing of windows and the underlying terminal.blymn
2001-09-16Spell 'occurred' with two 'r's.wiz
2001-06-13withough -> withoutwiz
2001-06-11Fix various misspellings of compatible/compatibility.wiz
2001-05-17Set scrolling region top correctly.jdc
2001-04-21Document getnstr().jdc
2001-04-21Add missing prototypes.jdc
2001-04-20Forget to mention: This fixes PR lib/12565.jdc
2001-04-20Add entries for scrolling regions and getnstr() functions.jdc
2001-04-20Bump libcurses minor (now 4.2).jdc
2001-04-20Implement the getnstr() functions.jdc
2001-04-20Make comments match reality (delete-char instead of insert-char).jdc
2001-04-20Implement scrolling regions :jdc
2001-02-05Display default (HLINE/VLINE) characters when character 0 is passed in.jdc
2001-02-05Don't delete attributes when character 0 (default) is passed in.jdc
2001-01-14There was a missing check for curscr != NULL, fixed.blymn
2001-01-10Fixed casting bug in array indexing, a signed char was being signblymn
2001-01-07Make this compile again.augustss
2001-01-07Free(3) delstr after use.jdc
2001-01-05de-lint:christos
2001-01-05remove redundant declarations.christos
2001-01-01Add the instr and inchstr families of functions.simonb
2000-12-31Libcurses-4.0jdc
2000-12-30va_list -> _BSD_VA_LIST_ to be consistent with prototypemartin
2000-12-22Libcurses minor bump.jdc
2000-12-22Revert the change to the `pc' capability from the previous change. Pointedjdc
2000-12-19Rename variables refering to termcap capabilities from NN to __tc_nn. Casejdc
2000-09-27Last revision had some problems. One .De was missing, and a number ofwrstuden
2000-09-23do not call wrefresh() uncondintionally from wgetch(). call it onlyitojun
2000-08-13change behavior of waddnstr(w, s, 0) to be more conformant to XCURSES.itojun
2000-08-13build a trace version of libcurses, with "make -DDEBUG_CURSES"itojun
2000-08-02on repaint, we must look at attributes present on curscr.itojun
2000-08-01use __cputchar(), not putchar().itojun
2000-07-31free region got from t_getstr(). we will experience memory leak ifitojun