Lines Matching +refs:csh +refs:match +refs:and +refs:tell

10   Why is the meta key broken in tcsh-5.20 and up?
16 Consider if you are logged in through a modem line with 7 bits and
17 parity and your terminal has a meta key. Then tcsh 5.19 would set
20 If you did like the previous behavior you can add in /etc/csh.login, or
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
50 I tried to compile tcsh and it cannot find <locale.h>?
52 Your system does not support NLS. Undefine NLS in config_f.h and it
55 Where can I get csh sources?
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?
65 is hard-coded, then you are out of luck and your best bet is to get a
68 full path is required. If there is no /etc/shells, and you are creating
69 one, remember to add /bin/csh, /bin/sh, and any other valid shells for
72 I am using SunView or OpenWindows and editing is screwed up. In particular my
73 arrow keys and backspace don't work right. What am I doing wrong?
75 Well, cmdtool tries to do its own command line editing and the effect
77 interpret the arrow key sequences and cmdtool wins since it gets them
83 On a SPARCstation running Solaris 2.x and OpenWindows 3.1, inside a cmdtool,
89 On a SPARCstation running Solaris 2.x and OpenWindows 3.1, maketool (within
96 I rlogin to another machine, and then no matter what I tell stty I cannot get
99 Maybe you need to use rlogin -8 to tell rlogin to pass 8 bit
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
122 Hp terminals use the arrow keys internally. You can tell hpterm not to
130 Note that by doing that you cannot use pgup and pgdn to scroll… Also if
133 On POSIX machines ^C and ^Z do not work when tcsh is a login shell?
135 Make sure that the interrupt character is set to ^C and suspend is set
137 susp ^Z will set them to ^C and ^Z respectively.
139 I am trying to compile tcsh and I am getting compile errors that look like:
158 (no X11 or Finder), and I only get console emulation.
160 Add the pathname to tcsh in /etc/shells and everything should work
170 Their csh does not have job control either. Try:
174 I start tcsh and it takes a couple of minutes to get the prompt.
176 You have defined REMOTEHOST and your DNS is not responding. Either
177 undefine REMOTEHOST and recompile or fix your DNS.
200 works. If that does not work, get and use ssh/sshd. You'll be better
212 of the terminal to use tabs. At least on Compaq/DEC Alpha OSF/1 3.x and
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
224 XXX: Need to find something about bash, but bash is sh-compatible and
229 Aside from the arguments about csh being evil, tcsh appears to compare
230 well with zsh. Zsh is sh and ksh compatible, with many of the
237 a word and press up arrow, you'll see previous commands that match the
239 to. You can use bindkey to see your settings, and to rebind up & down