index
:
mirror/ipxe.git
acpimac
aenq
aqc1xx
armlinux
assert
autoexec_pxe
autovlan
cached_proxydhcp
cc
centos7
cleardhcp
coverity_scan
dell3440b
des
dns_primary
edk2
efi_watchdog
efibridge
efivars
efivars2
efivlan
eisa
ena
entropy
esx
fix486
flr
gcc12
gcmassert
hackesp
hwmac
hyperv
imagecmdline
imgextract
initrd
interpreter
ioactive
iscsicap
itautec
letsencrypt
lldp
loong64
loongarch64
mac_passthru
master
mschapv2
mtureset
naptest
netidx
netstate
noinitrd
nosyslinux
ntpsetting
opsize
params
peerdisc_recent
pkgcache
processorbind
pxemenuscroll
rbgstart
realtek_hack
riscv64
sbat
sepcode
shim
shim2
shim3
shim4
shim5
shutdown_tpl_notify
snploop
snppad
supplicant
sysmac
tcpwindow
thunderbolt_workaround
tlsfrag2
tlsfrag3
tmpintf
udpdrop
uri
utf8
vbox
vetodhcp6
vgafix
wimboot
wimboot2
x25519
xen
xen-sg
xhci_fail
mirror/ipxe.git
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
*
[libc] Add stdbool.h standard header
Michael Brown
2017-04-10
1
-1
/
+1
*
[mucurses] Fix erroneous __nonnull attribute
Michael Brown
2017-03-29
1
-1
/
+2
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
1
-1
/
+1
*
[console] Allow consoles to update the recorded console size
Michael Brown
2013-12-06
1
-4
/
+3
*
[mucurses] Implement curs_set() to control cursor visibility
Michael Brown
2013-12-02
1
-0
/
+7
*
[mucurses] Use "<ESC>[2J" ANSI escape sequence to clear screen
Michael Brown
2013-11-28
1
-5
/
+8
*
[build] Rename gPXE to iPXE
Michael Brown
2010-04-19
1
-2
/
+2
*
[legal] Add a selection of FILE_LICENCE declarations
Michael Brown
2009-05-18
1
-0
/
+2
*
__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