mirror of
https://github.com/rivo/tview.git
synced 2026-04-26 13:25:51 +03:00
[GH-ISSUE #1063] exit status 1 when run from IDE GoLand 2024.3.1 #769
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#769
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jkpark on GitHub (Dec 18, 2024).
Original GitHub issue: https://github.com/rivo/tview/issues/1063
in my Mac PC, I am facing an error when executing tview application from
GoLand 2024.3.1.To prove, I have created hello world project and ran it.
got error
Do you have any idea to solve it?
Thank you
@vlanse commented on GitHub (Dec 21, 2024):
@jkpark
IMO that's JB problem. I've set check box "Emulate terminal in output console" in corresponding Run Configuration (was unset after recent IDE update) and everything started working
The problem in fact was because call to
infocmp -1(invoked internally bytview) failed with exit code 1 (looks like w/o that "emulation" it's impossible to obtain required info about terminal)@jkpark commented on GitHub (Jan 17, 2025):
@vlanse
It works for me.
Thank you a lot 👍