summaryrefslogtreecommitdiff
path: root/lib/libcurses
AgeCommit message (Expand)Author
2000-07-24".di Df" -> ".di\n.Df", to fix creation of paper.pshubertf
2000-07-03More include cleanup. Remvoe (p) from #undef in libipsec.matt
2000-06-16Really fix the __endwin/stop handler problem.jdc
2000-06-15Move setting of __endwin so that we also change it from the stop handler.jdc
2000-06-12Restore changes 1.23->1.24 that were accidently overwritten.jdc
2000-06-12Copy all background attributes (not just colour) from win to __virtscr.jdc
2000-06-12Make sure tspace is large enough to hold all capabilities.jdc
2000-06-04Minor formatting nit.simonb
2000-06-03* Added libterm to the include path - tgoto requires it for the privateblymn
2000-06-03Fix broken getcap call - it was always returning NULL. Thanks Itojunblymn
2000-05-25Send 'ks' sequence from first call to keypad(win, TRUE) only and not fromjdc
2000-05-22Use __restartwin() in reset_prog_mode() and __stopwin() injdc
2000-05-20GC __FORCEPAINT.mycroft
2000-05-19Fix a silly bug that caused blanks to always be redrawn on dirty lines inmycroft
2000-05-19Be more careful with the first/last pointers when untouching.mycroft
2000-05-19More microoptimization, and explicitly skip lines that are not dirty.mycroft
2000-05-19Two optimizations in quickch():mycroft
2000-05-19We already initialize UP and BC when we fire up Curses, so pass a null pointermycroft
2000-05-18Clear any cached __LEAVEOK flag in __virtscr when refreshing another window.mycroft
2000-05-17Send, if necessary, 'ks' or 'ke' sequences from keypad() and wgetch().jdc
2000-05-11libcurses minor++.jdc
2000-05-11Documemt getattrs(), delay_output() and napms().jdc
2000-05-11Add pause.c.jdc
2000-05-11Add getattrs(), delay_output() and napms().jdc
2000-05-11New functions delay_output() and napms().jdc
2000-05-11New function getattrs().jdc
2000-05-11* Applied patch by mrg to remove variable names from functionblymn
2000-05-07Don't try and refresh those parts of windows that are outside our terminal.jdc
2000-05-06Only return TRUE if we can actually manipulate colours.jdc
2000-05-05* Fixed lack of win arg in wattr* man entries.blymn
2000-05-01* Made erasechar and killchar into functionsblymn
2000-04-29As the comment suggests, move the __unsetattr() to the end of doupdate(), justmycroft
2000-04-29Fix pasto.mycroft
2000-04-29Use the mask here too.mycroft
2000-04-29Speed up refresh in the presence of attributes by precalculating a mask formycroft
2000-04-28Clean up a bunch more logic.mycroft
2000-04-28Massively simplify some logic.mycroft
2000-04-28We can't assume colour won't be turned off if the escape sequences forjdc
2000-04-28Remove test code inadvertently left in.jdc
2000-04-27Don't change the cursor position if __LEAVEOK.jdc
2000-04-27Fix a silly bit-shifting error that causes color pairs >=8 to fail.mycroft
2000-04-27No, really, make sure ECHO is cleared in cbreak() mode too.mycroft
2000-04-27Don't fiddle with the tty echo state in echo() and noecho(); it should alwaysmycroft
2000-04-27Fix obvious bugs in init_pair().mycroft
2000-04-27Bump libcurses minor (new functions - wnoutrefresh() and doupdate()).jdc
2000-04-27Add wnoutrefresh() and doupdate().jdc
2000-04-27Fix `gcc -Wuninitialized`.jdc
2000-04-27Use __unsetattr() to unset attributes on 'curscr'.jdc
2000-04-27Use '__TERMATTR'.jdc
2000-04-27Implement wnoutrefresh() and doupdate(). wrefresh() now calls these functionsjdc