Re: EXTPROC, telnetd LINEMODE, revisited

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Howard Chu
Date: Friday, June 11, 2010 - 1:22 pm

Howard Chu wrote:

I must be going senile or something. You're absolutely right of course. I just 
dug up my old telnet patches from 1989 that implemented the command history in 
the client. All that we need today is a patch for GNU readline that makes it 
mostly do nothing when EXTPROC mode is set on the tty.

We still need to be able to forward on <TAB> of course. We can define 
additional forwarding characters using VEOL or VEOL2, but I think they also 
have the semantic of terminating the input line, which is not what we want 
here. Since they are so rarely used for their original purpose, would it be a 
terrible thing to subvert them to this purpose, or can we just add a new VFWD 
character to the tty driver?


-- 
   -- Howard Chu
   CTO, Symas Corp.           http://www.symas.com
   Director, Highland Sun     http://highlandsun.com/hyc/
   Chief Architect, OpenLDAP  http://www.openldap.org/project/
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
EXTPROC, telnetd LINEMODE, revisited, Howard Chu, (Fri Jun 11, 3:18 am)
Re: EXTPROC, telnetd LINEMODE, revisited, Andi Kleen, (Fri Jun 11, 3:41 am)
Re: EXTPROC, telnetd LINEMODE, revisited, Howard Chu, (Fri Jun 11, 4:17 am)
Re: EXTPROC, telnetd LINEMODE, revisited, Howard Chu, (Fri Jun 11, 1:22 pm)
[PATCH] EXTPROC, telnetd LINEMODE, revisited, Howard Chu, (Fri Jun 11, 6:36 pm)
[PATCH 0/2] tty: add EXTPROC support for LINEMODE, Howard Chu, (Tue Jun 15, 11:08 am)
[PATCH 1/2] tty: add EXTPROC support for LINEMODE, Howard Chu, (Tue Jun 15, 11:10 am)
[PATCH 2/2] tty: Add arch-specific EXTPROC definitions, Howard Chu, (Tue Jun 15, 11:13 am)
Re: [PATCH 0/2] tty: add EXTPROC support for LINEMODE, Howard Chu, (Tue Jun 15, 11:46 am)