09:24:35 I have installed nano from the omnios package repository on my OmniOS NAS running the latest release. It runs fine in any terminal running on OpenBSD, but attempting to start it inside a Windows Terminal causes the screen start to blink like crazy and the program freezes. 09:24:51 I have checked the reported TERM=xterm-256color 09:25:07 The same nano works just fine in MobaXTerm on Windows. 09:26:41 Oh, interestingly MobaXTerm sets TERM=xterm while Windows Terminal sets it to xterm-256color 09:26:54 setting it to xterm doesn't solve the issue. 09:27:35 But setting the TERM=vt100 makes it working just fine.