91861 / wayst

A simple terminal emulator
MIT License
287 stars 9 forks source link

make menuconfig crash #51

Closed shoober420 closed 4 years ago

shoober420 commented 4 years ago

When launching “make menuconfig”, it will crash when using the arrow keys to navigate the options pressing the enter key.

91861 commented 4 years ago

I can't reproduce the problem. Does this happen on the latest build? Maybe it was something related to 9810647069fbc7c93ac2efbc62f0a44ec3f19852?

shoober420 commented 4 years ago

Whoops, it crashes when you press the enter key to change settings in the given categories.

91861 commented 4 years ago

That seems to be working for me too. If it happens on the latest version, could you post the stacktrace and logs (--debug-pty).

shoober420 commented 4 years ago

I found it, I had a deprecated setting in my config and removing it fixed the issue. Sorry good sir, thank you.

91861 commented 4 years ago

a deprecated setting

That still shouldn't cause a crash. What was the problematic config file?

shoober420 commented 4 years ago

I had g-fg-color=“#00ff7f in my config. It may have been a typo as well on my part.

Here’s my current config. https://gist.github.com/shoober420/8a2206ee8472eb0b74aa7dec969f0ccc

shoober420 commented 4 years ago

Here is the log file. waystbug.txt

Another one for good measure. waystbug2.txt