Deleted Added
full compact
vt_font_default.c (257968) vt_font_default.c (259016)
1/*-
2 * Copyright (c) 2011 Dimitar Toshkov Zhekov <jimmy@is-vn.bg>
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 13 unchanged lines hidden (view full) ---

22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
25 *
26 * Please contribute any changes back to <jimmy@is-vn.bg>.
27 */
28
29#include <sys/cdefs.h>
1/*-
2 * Copyright (c) 2011 Dimitar Toshkov Zhekov <jimmy@is-vn.bg>
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 13 unchanged lines hidden (view full) ---

22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
25 *
26 * Please contribute any changes back to <jimmy@is-vn.bg>.
27 */
28
29#include <sys/cdefs.h>
30__FBSDID("$FreeBSD: user/ed/newcons/sys/dev/vt/font/vt_font_default.c 257968 2013-11-11 11:45:47Z ray $");
30__FBSDID("$FreeBSD: head/sys/dev/vt/font/vt_font_default.c 257968 2013-11-11 11:45:47Z ray $");
31
32#include <dev/vt/vt.h>
33
34static uint8_t font_bytes[1422 * 16] = {
35 0x00, 0x00, 0x7e, 0x42, 0x42, 0x42, 0x42, 0x42, 0x42, 0x42, 0x42, 0x7e,
36 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
37 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x10,
38 0x10, 0x10, 0x10, 0x10, 0x10, 0x00, 0x10, 0x10, 0x00, 0x00, 0x00, 0x00,

--- 2164 unchanged lines hidden ---
31
32#include <dev/vt/vt.h>
33
34static uint8_t font_bytes[1422 * 16] = {
35 0x00, 0x00, 0x7e, 0x42, 0x42, 0x42, 0x42, 0x42, 0x42, 0x42, 0x42, 0x7e,
36 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
37 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x10,
38 0x10, 0x10, 0x10, 0x10, 0x10, 0x00, 0x10, 0x10, 0x00, 0x00, 0x00, 0x00,

--- 2164 unchanged lines hidden ---