Re: shell history and page-up

2009-04-06 Thread Nick Guenther
On Mon, Apr 6, 2009 at 8:10 PM, Chris wrote: > On Tue, Apr 7, 2009 at 10:04 AM, Nick Guenther wrote: >> On Mon, Apr 6, 2009 at 7:54 PM, Chris wrote: >>> On Mon, Apr 6, 2009 at 6:13 PM, J.C. Roberts >>> wrote: If you are using ksh, and the above keys/key-combos do not work, then you h

Re: shell history and page-up

2009-04-06 Thread Chris
On Tue, Apr 7, 2009 at 10:04 AM, Nick Guenther wrote: > On Mon, Apr 6, 2009 at 7:54 PM, Chris wrote: >> On Mon, Apr 6, 2009 at 6:13 PM, J.C. Roberts >> wrote: >>> If you are using ksh, and the above keys/key-combos do not work, then >>> you have screwed around with the default ksh settings, or

Re: shell history and page-up

2009-04-06 Thread Nick Guenther
On Mon, Apr 6, 2009 at 7:54 PM, Chris wrote: > On Mon, Apr 6, 2009 at 6:13 PM, J.C. Roberts wrote: >> If you are using ksh, and the above keys/key-combos do not work, then >> you have screwed around with the default ksh settings, or you are using >> a garbage terminal emulator that is screwing wi

Re: shell history and page-up

2009-04-06 Thread Chris
On Mon, Apr 6, 2009 at 6:13 PM, J.C. Roberts wrote: > If you are using ksh, and the above keys/key-combos do not work, then > you have screwed around with the default ksh settings, or you are using > a garbage terminal emulator that is screwing with the key-bindings. The problem was with "export

Re: shell history and page-up

2009-04-06 Thread J.C. Roberts
On Mon, 6 Apr 2009 14:55:12 +1000 Chris wrote: > On Thu, Apr 2, 2009 at 3:00 PM, Nick Guenther > wrote: > > On Thu, Apr 2, 2009 at 12:58 AM, Chris wrote: > >> On Thu, Apr 2, 2009 at 3:55 PM, Nick Guenther > >> wrote: > >>> On Thu, Apr 2, 2009 at 12:52 AM, Chris wrote: > On Thu, Apr 2, 20

Re: shell history and page-up

2009-04-05 Thread Chris
On Thu, Apr 2, 2009 at 3:00 PM, Nick Guenther wrote: > On Thu, Apr 2, 2009 at 12:58 AM, Chris wrote: >> On Thu, Apr 2, 2009 at 3:55 PM, Nick Guenther wrote: >>> On Thu, Apr 2, 2009 at 12:52 AM, Chris wrote: On Thu, Apr 2, 2009 at 3:46 PM, Nick Guenther wrote: > On Thu, Apr 2, 2009 at

Re: shell history and page-up

2009-04-02 Thread Alexander Hall
Chris wrote: > I am trying to get the shell history with page-up but looks like it's > not working. I'm running -current with the default ksh and added > HISTSIZE=50 and export HISTSIZE to ~/.profile. > > Does anyone know how to get it? > > Thanks. $ grep HIST .profile HISTFILE=$HOME/.history H

Re: shell history and page-up

2009-04-02 Thread Christian Weisgerber
Chris wrote: > I am trying to get the shell history with page-up but looks like it's > not working. Do you really mean page-up, not cursor-up? -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: shell history and page-up

2009-04-01 Thread Vadim Zhukov
On 2 April 2009 c. 08:37:25 Chris wrote: > I am trying to get the shell history with page-up but looks like it's > not working. I'm running -current with the default ksh and added > HISTSIZE=50 and export HISTSIZE to ~/.profile. > > Does anyone know how to get it? >From the ksh(8):

Re: shell history and page-up

2009-04-01 Thread Nick Guenther
On Thu, Apr 2, 2009 at 12:58 AM, Chris wrote: > On Thu, Apr 2, 2009 at 3:55 PM, Nick Guenther wrote: >> On Thu, Apr 2, 2009 at 12:52 AM, Chris wrote: >>> On Thu, Apr 2, 2009 at 3:46 PM, Nick Guenther wrote: On Thu, Apr 2, 2009 at 12:37 AM, Chris wrote: > I am trying to get the shell h

Re: shell history and page-up

2009-04-01 Thread Chris
On Thu, Apr 2, 2009 at 3:55 PM, Nick Guenther wrote: > On Thu, Apr 2, 2009 at 12:52 AM, Chris wrote: >> On Thu, Apr 2, 2009 at 3:46 PM, Nick Guenther wrote: >>> On Thu, Apr 2, 2009 at 12:37 AM, Chris wrote: I am trying to get the shell history with page-up but looks like it's not work

Re: shell history and page-up

2009-04-01 Thread Nick Guenther
On Thu, Apr 2, 2009 at 12:52 AM, Chris wrote: > On Thu, Apr 2, 2009 at 3:46 PM, Nick Guenther wrote: >> On Thu, Apr 2, 2009 at 12:37 AM, Chris wrote: >>> I am trying to get the shell history with page-up but looks like it's >>> not working. I'm running -current with the default ksh and added >>>

Re: shell history and page-up

2009-04-01 Thread Chris
On Thu, Apr 2, 2009 at 3:46 PM, Nick Guenther wrote: > On Thu, Apr 2, 2009 at 12:37 AM, Chris wrote: >> I am trying to get the shell history with page-up but looks like it's >> not working. I'm running -current with the default ksh and added >> HISTSIZE=50 and export HISTSIZE to ~/.profile. >> >>

Re: shell history and page-up

2009-04-01 Thread Nick Guenther
On Thu, Apr 2, 2009 at 12:37 AM, Chris wrote: > I am trying to get the shell history with page-up but looks like it's > not working. I'm running -current with the default ksh and added > HISTSIZE=50 and export HISTSIZE to ~/.profile. > > Does anyone know how to get it? I've never seen it not work