Lines Matching +full:set +full:- +full:up

10   Why is the meta key broken in tcsh-5.20 and up?
12 On some machines the tty is not set up to pass 8 bit characters by
13 default. Tcsh 5.19 used to try to determine if pass8 should be set by
17 parity and your terminal has a meta key. Then tcsh 5.19 would set
18 wrongly set pass8.
29 stty -parity -evenp -oddp cs8 -istrip (rs6000)
30 stty -parenb -istrip cs8
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
58 You don't need csh sources to compile tcsh-6.0x.
65 is hard-coded, then you are out of luck and your best bet is to get a
72 I am using SunView or OpenWindows and editing is screwed up. In particular my
84 the short-cut key sequence to clear log (i.e. Meta-e or Diamond-e) doesn't
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
112 * Add -traditional to the gcc flags.
127 set prompt="%{`echotc smkx`%}$prompt"
135 Make sure that the interrupt character is set to ^C and suspend is set
136 to ^Z; stty -a will show you the current stty settings; stty intr ^C
137 susp ^Z will set them to ^C and ^Z respectively.
147 On the cray, sometimes the CR/LF mapping gets screwed up.
153 doing a stty -extproc, or you can get the Cray AIC to build a telnetd
157 On AU/X, I made tcsh my startup shell, but the mac desktop is not starting up
163 On machines that use YP (NIS) tilde expansion might end up in /dev/null
181 * https://github.com/tcsh-org/tcsh/blob/master/dot.tcshrc
182 * https://github.com/tcsh-org/tcsh/blob/master/dot.login
185 foreground process group if ‘stty hupcl’ is set.
192 kill -6 591
195 avoid that you can set stty -hupcl, but it is not recommended.
199 Try using rsh -8; this option is undocumented on some systems, but it
203 Tcsh compiled under hp/ux-10.x does not pass resource limits correctly when
204 ran on hp/ux-11.x systems.
213 4.x systems, stty -tabs will cause problems.
224 XXX: Need to find something about bash, but bash is sh-compatible and
228 Curtains up: introducing the Z shell has a pretty good rundown on zsh.
235 On FreeBSD, by default, the up arrow is set to history-search-backward,
236 rather than the default up-history. As a result, if you type (part of)
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
243 Page content last updated on 2019-12-31