[Bug 268866] tcsh: Segmentation fault

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 10 Jan 2023 19:18:42 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268866

--- Comment #2 from iron.udjin@gmail.com ---
(In reply to iron.udjin from comment #0)

I'm trying to setup xterm windows title change use following line in ~/.tcshrc:
alias postcmd 'if (-t 1 && "\!#:q" !~ "? ") printf "\033]2; ${HOST}:
\!#:0:q\007"'

Tried to understand why it doesn't work. And found that after execute "!#:q"
tcsh quits with segfault error.

-- 
You are receiving this mail because:
You are the assignee for the bug.