Skip to content

Terminal is significantly scaled down on MacOS #3

@l4tte

Description

@l4tte

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

image

This happens with all BearLibTerminal terminals, for example, the SampleOmni program looks like this

image

And the mouse program looks like this (Mouse is in top right corner of screen)

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions