Skip to content

curse backend sometime block indefinitely while starting #458

@stacyharper

Description

@stacyharper

Happen sometime,

Image

I'm not sure if this is a general problem, or if my terminal wrapping is related. I managed to reproduce using this simple script:

#!/bin/sh

case "$1" in
	content)
		printf 'foo\nbar\n' | bemenu
		;;
	*)
		export BEMENU_BACKEND=curses
		exec foot "$0" content
		;;
esac

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