summaryrefslogtreecommitdiffstats
path: root/src/hci/mucurses/ansi_screen.c
Commit message (Expand)AuthorAgeFilesLines
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+1
* [mucurses] Use centralised concept of colour pairsMichael Brown2013-12-091-6/+8
* [console] Allow consoles to update the recorded console sizeMichael Brown2013-12-061-4/+1Star
* [mucurses] Implement curs_set() to control cursor visibilityMichael Brown2013-12-021-0/+6
* [mucurses] Use "<ESC>[2J" ANSI escape sequence to clear screenMichael Brown2013-11-281-11/+22
* [console] Exclude text-based UI output from logfile-based consolesMichael Brown2012-03-261-2/+14
* [console] Move include/console.h to include/ipxe/console.hMichael Brown2011-03-091-1/+1
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [dhcp] Split PXE menuing code out of dhcp.cMichael Brown2009-02-011-1/+1
* __nonnull changesHolger Lubitz2007-08-201-0/+5
* Warnings purge: src/{crypto,hci,net}Marty Connor2007-07-031-0/+1
* Reset screen on exit as well as entryMichael Brown2006-12-201-6/+3Star
* Explicitly move cursor to top-left of screen, in case the clear screenMichael Brown2006-12-191-1/+1
* Assume a 24-line screen, since we can't (easily) avoid scrolling afterMichael Brown2006-12-191-1/+1
* Avoid cursor move on every single characterMichael Brown2006-12-191-4/+20
* Use ANSI escape sequence to reset and clear terminal, rather than usingMichael Brown2006-12-191-0/+2
* Now basically functioning on ANSI-supporting consoles.Michael Brown2006-12-191-0/+51