index
:
ipxe
master
qemu
ipxe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
include
/
curses.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
__nonnull changes
Holger Lubitz
2007-08-20
1
-31
/
+35
*
Make has_key() a static inline, rather than omitting it altogether.
Michael Brown
2007-07-28
1
-0
/
+4
*
KEY_XXX constants are now defined in gpxe/keys.h. Kept separate from
Michael Brown
2006-12-20
1
-94
/
+2
*
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
*
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
*
- implemented printw (formatted string output, a la printf)
Dan Lynch
2006-05-22
1
-70
/
+114
*
- fixes to _wputch to get positioning and wrap working properly
Dan Lynch
2006-05-22
1
-18
/
+30
*
- made some of the bit shifting attribute access simpler (in my mind)
Dan Lynch
2006-05-19
1
-248
/
+50
*
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