| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Define KEY_MIN and use it in kb.c. | Michael Brown | 2006-12-20 | 1 | -0/+1 |
| | | |||||
| * | Add attr_{get,set,on,off} as static inlines. | Michael Brown | 2006-12-20 | 1 | -4/+20 |
| | | |||||
| * | Increase colour pair limit | Michael Brown | 2006-12-20 | 1 | -1/+1 |
| | | |||||
| * | Avoid cursor move on every single character | Michael Brown | 2006-12-19 | 1 | -0/+2 |
| | | |||||
| * | Now basically functioning on ANSI-supporting consoles. | Michael Brown | 2006-12-19 | 1 | -42/+79 |
| | | |||||
| * | Use int rather than short for bool; it will give more efficient code. | Michael Brown | 2006-12-18 | 1 | -1/+1 |
| | | |||||
| * | Use iskey() and getchar() to interact with console, rather than object | Michael Brown | 2006-12-18 | 1 | -15/+0![]() |
| | | | | | abstraction. | ||||
| * | typo in macro fixed | Dan Lynch | 2006-06-28 | 1 | -1/+1 |
| | | |||||
| * | - multiple static inline definitions added | Dan Lynch | 2006-06-27 | 1 | -103/+194 |
| | | | | | | | - changes made to some constants and macros - changes made to _curses_screen struct - identified and removed prototypes for yet more unsupportable functions | ||||
| * | - implemented printw (formatted string output, a la printf) | Dan Lynch | 2006-05-22 | 1 | -70/+114 |
| | | | | | | | - implemented hline/vline (part of wborder family) - screen cursor now relocates at same time as window cursor when restoring after a non-wrapping function | ||||
| * | - fixes to _wputch to get positioning and wrap working properly | Dan Lynch | 2006-05-22 | 1 | -18/+30 |
| | | | | | | - fixes to wborder (same) - addition of a few minor functions | ||||
| * | - made some of the bit shifting attribute access simpler (in my mind) | Dan Lynch | 2006-05-19 | 1 | -248/+50![]() |
| | | | | | | | | | | - added extern declarations for global vars - removed comments from static inlines (too time consuming to do them all, considering all so far have been due to the ridiculous amount of redundancy within the API spec) - removed a few more extern func decls for funcs that cannot be implemented at this time | ||||
| * | all window primitives implemented | Dan Lynch | 2006-05-18 | 1 | -30/+9![]() |
| | | |||||
| * | Change movetoyx(), putc() and getc() to methods of the screen. | Michael Brown | 2006-05-15 | 1 | -26/+23![]() |
| | | |||||
| * | lightweight xcurses implementation for etherboot (Michael made me do it...) | Dan Lynch | 2006-05-15 | 1 | -0/+871 |

