Date: Mon, 28 Oct 2019 14:24:58 +0100 From: Christoph Moench-Tegeder <cmt@burggraben.net> To: Gareth de Vaux <stable@lordcow.org>, freebsd-stable@freebsd.org Subject: Re: screen crashes on 11.3-STABLE Message-ID: <20191028132458.GB2420@elch.exwg.net> In-Reply-To: <20191028111047.GA2420@elch.exwg.net> References: <20191028100343.GA21552@lordcow.org> <20191028111047.GA2420@elch.exwg.net>
next in thread | previous in thread | raw e-mail | index | archive | help
That already had been reported here: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241538 by Marcin. My analysis: screen dumps core on terminals with TERM=xterm* or TERM=rxvt* if they don't advertise Km ("key_mouse") capability via termcap. A workaround is to set TERM to xterm-vt220 (which has Km) (you could just set resource XTerm*termName to "xterm-vt220" or use command line "xterm -tn xterm-vt220"). Patch at the PR. Regards, Christoph -- Spare Space
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20191028132458.GB2420>