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 _______________________________________________ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"