octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Patch for readline history support [Win32]


From: michael . goffioul
Subject: Patch for readline history support [Win32]
Date: Wed, 22 Nov 2006 12:33:59 +0100

This patch allows correct history searching under readline-win32.
 
Index: scripts/startup/inputrc
===================================================================
RCS file: /cvs/octave/scripts/startup/inputrc,v
retrieving revision 1.1
diff -c -p -r1.1 inputrc
*** scripts/startup/inputrc     28 Apr 2005 15:01:34 -0000      1.1
--- scripts/startup/inputrc     22 Nov 2006 11:32:41 -0000
***************
*** 10,15 ****
--- 10,16 ----
  ##   sequence for the UP arrow.
 
  "\\e[A": history-search-backward
+ "\\340H": history-search-backward
 
  ## history-search-forward:
  ##
***************
*** 19,21 ****
--- 20,23 ----
  ##   sequence for the DOWN arrow.
 
  "\\e[B": history-search-forward
+ "\\340P": history-search-forward


reply via email to

[Prev in Thread] Current Thread [Next in Thread]