aboutsummaryrefslogtreecommitdiff
path: root/src/core/fbcon.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-15[fbcon] Support Unicode character outputMichael Brown1-0/+5
2015-10-14[fbcon] Move margin calculations to fbcon.cMichael Brown1-14/+36
2015-10-14[fbcon] Allow character height to be selected at runtimeMichael Brown1-10/+9
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+5
2014-01-22[fbcon] Allow ANSI CUP with missing argumentsMichael Brown1-2/+2
2014-01-22[fbcon] Allow for an arbitrary margin around the text areaMichael Brown1-12/+27
2014-01-22[fbcon] Centre background picture on consoleMichael Brown1-243/+116
2013-12-09[fbcon] Always draw cursor using current foreground and background coloursMichael Brown1-5/+3
2013-12-06[fbcon] Update the console width and height after changing modeMichael Brown1-0/+4
2013-12-02[fbcon] Add support for displaying a cursorMichael Brown1-25/+95
2013-11-28[fbcon] Add generic concept of a frame buffer consoleMichael Brown1-0/+732