-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
The code
#include <stdio.h>
#include "BearLibTerminal.h"
int main()
{
terminal_open();
terminal_print(1, 1, "Hello, world!");
terminal_refresh();
while (terminal_read() != TK_CLOSE);
terminal_close();
}As taken from here will compile and run just fine, but the text is significantly scaled to 25% of the display
This happens with all BearLibTerminal terminals, for example, the SampleOmni program looks like this
And the mouse program looks like this (Mouse is in top right corner of screen)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels


