Skip to content

[webui] Flush stdout after eval #563

@jeroen

Description

@jeroen

stdout without linebreak does not get flushed after an eval which looks a bit weird:

> cat('foo')
> cat('bar')
> print(1)
foobar[1] 1

I think you need to add a ptr_R_FlushConsole implementation?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions