A2DRRF3
A2DRRF3
@meowgorithm How to force terminal to run with this certain enviroment without configuring environment manually? I tried ``` go os.Setenv("RUNEWIDTH_EASTASIAN", "true") os.Setenv("LC_CTYPE", "en_US.UTF-8") ``` before executing the main app, but...
> @Qrnbth have you tried `os.Setenv("RUNEWIDTH_EASTASIAN", "0")` ? No,I think it's not the argument issue if you had a glance on the source code in [go-runewidth](github.com/mattn/go-runewidth/) , more like the...
> > @meowgorithm How to force terminal to run with this certain enviroment without configuring environment manually? I tried > > ```go > > os.Setenv("RUNEWIDTH_EASTASIAN", "true") > > os.Setenv("LC_CTYPE", "en_US.UTF-8")...
additionally,calling popUpContextMenu would also call window to get focused,whether the window is user visible or not, which is unexpectedly caused a blank screen if none of the widgets needs to...