X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/33e49b2e6d599bc56326841b5b373b9f76adc5f7..6093edb55a1c35ac1163e244f02023345e3e3aca:/netwatch/vga-overlay.c?ds=sidebyside diff --git a/netwatch/vga-overlay.c b/netwatch/vga-overlay.c index f7d7bf4..77dc053 100644 --- a/netwatch/vga-overlay.c +++ b/netwatch/vga-overlay.c @@ -1,3 +1,13 @@ +/* vga-overlay.c + * VGA text overlay code + * NetWatch system management mode administration console + * + * Copyright (c) 2008 Jacob Potter and Joshua Wise. All rights reserved. + * This program is free software; you can redistribute and/or modify it under + * the terms found in the file LICENSE in the root of this source tree. + * + */ + #include #include #include @@ -71,10 +81,12 @@ void strblit(char *src, int row, int col, int fill) void outlog() { +/* int y; for (y = -LOG_ONSCREEN; y < 0; y++) strblit(logents[(y + prodptr + LOGLEN) % LOGLEN], y + LOG_ONSCREEN, 40, 1); +*/ } void dolog(const char *s)