From: Yukihiro Matsumoto Date: 2006-08-08T23:47:50+09:00 Subject: Re: [PATCH] readline Hi, In message "Re: [PATCH] readline" on Fri, 4 Aug 2006 21:38:18 +0900, Ondrej Bilka writes: |Added bindings to some readline functions | keyseq | -because readline uses callback which doesnt give information what sequence did you typed | you can have most 4096 seqs and typing record separator can lead to unspecified behaviour | line_buffer,point | variables rl_line_buffer and rl_point, | -to use readline with (n)curses | getc_proc | binding for variable rl_getc_proc I don't think the names keyseq and getc_proc reflects their role properly. Any other suggestion, anyone? matz.