Lines Matching refs:tcsh

10   Why is the meta key broken in tcsh-5.20 and up?
17 parity and your terminal has a meta key. Then tcsh 5.19 would set
22 if ( $?tcsh && $?prompt ) then
32 Finally, tcsh will bind all printable meta characters to the self
36 I ran dbxtool & and shelltool & from tcsh, and they end up in cbreak and no
41 tty setups, but tcsh sets up the tty in cbreak and -echo modes, so that
42 it can do line editing. This cannot be fixed because tcsh cannot give
50 I tried to compile tcsh and it cannot find <locale.h>?
58 You don't need csh sources to compile tcsh-6.0x.
60 I just made tcsh my login shell, and I cannot ftp any more?
66 newer version of ftpd. Otherwise add tcsh to the list of shells. (For
81 * Unset edit in tcsh.
87 Unset edit in tcsh.
93 Unset edit in tcsh. Using shelltool instead of cmdtool does not fix
106 I compiled tcsh using gcc, and when I start up it says: tcsh: Warning no
115 I compiled tcsh with the SunOS unbundled compiler and now things get echoed
133 On POSIX machines ^C and ^Z do not work when tcsh is a login shell?
139 I am trying to compile tcsh and I am getting compile errors that look like:
157 On AU/X, I made tcsh my startup shell, but the mac desktop is not starting up
160 Add the pathname to tcsh in /etc/shells and everything should work
166 You can fix that in tcsh by defining YPBUGS in config.h
174 I start tcsh and it takes a couple of minutes to get the prompt.
181 * https://github.com/tcsh-org/tcsh/blob/master/dot.tcshrc
182 * https://github.com/tcsh-org/tcsh/blob/master/dot.login
188 ./tcsh
191 ./tcsh
194 Will kill everything, since hup will be sent to all tcsh processes. To
215 Where can I learn the merits of tcsh vs. bash vs. csh vs. sh etc?
218 features that tcsh adds to csh.
221 document advocating that csh (and by extension, tcsh) should not be
225 has many of the same interactive features of tcsh (command completion
229 Aside from the arguments about csh being evil, tcsh appears to compare
231 interactive features of tcsh.
233 Why does FreeBSD's tcsh do history browsing differently than I expect?