Re: Need info on input keys

2009-08-03 Thread seshikanth varma
This may not serve my purpose. In my application there is a socket connection between 2 daemons. And say if client sends the message, the server receives the command the displays the output. If i give n messages/commands to client, the server will respond and in turn it has to remember the previous

Re: Need info on input keys

2009-07-07 Thread Anuz Pratap Singh Tomar
No top posting, please. On Tue, Jul 7, 2009 at 5:15 PM, seshikanth varma wrote: > Just a Gentle reminder. Any of ur thoughts would be really helpful, > > > > > On Tue, Jul 7, 2009 at 12:17 PM, seshikanth varma < > seshikanthva...@gmail.com> wrote: > >> Adding bug-b...@gnu.org in loop >> >> Thanks

Re: Need info on input keys

2009-07-07 Thread seshikanth varma
Just a Gentle reminder. Any of ur thoughts would be really helpful, On Tue, Jul 7, 2009 at 12:17 PM, seshikanth varma wrote: > Adding bug-b...@gnu.org in loop > > Thanks, > > > On Tue, Jul 7, 2009 at 12:11 PM, SandeepKsinha wrote: > >> Hi Shashikanth, >> >> >> On Mon, Jul 6, 2009 at 10:54 PM,

Re: Need info on input keys

2009-07-06 Thread seshikanth varma
Adding bug-b...@gnu.org in loop Thanks, On Tue, Jul 7, 2009 at 12:11 PM, SandeepKsinha wrote: > Hi Shashikanth, > > > On Mon, Jul 6, 2009 at 10:54 PM, seshikanth > varma wrote: > > Hi All, > > > > I need to implement history feature in an emulated shell environment. I > need > > to read keys pre

Re: Need info on input keys

2009-07-06 Thread SandeepKsinha
Hi Shashikanth, On Mon, Jul 6, 2009 at 10:54 PM, seshikanth varma wrote: > Hi All, > > I need to implement history feature in an emulated shell environment. I need > to read keys present in the keyboard and define handler for each key. For > example, Up arrow gives the previous command in the his

Need info on input keys

2009-07-06 Thread seshikanth varma
Hi All, I need to implement history feature in an emulated shell environment. I need to read keys present in the keyboard and define handler for each key. For example, Up arrow gives the previous command in the history. Can u please tell me how to make a start? -- Thanks,