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