The history script in EPIC5 0.3.5 behaves oddly for me.  "Oddly" means
it behaves quite differently from EPIC4, ircII, and BitchX.  I'm using
this in my .ircrc:

  load history
  set history_persistent off
  set history_circleq off
  bind ^[[A BACKWARD_HISTORY
  bind ^[[B FORWARD_HISTORY
  bind ^P BACKWARD_HISTORY

Upon launching the client, I manually type in two commands:

  /nick hello
  /join #foobarblat

At this point, I'll document exactly what I see depending upon what keys
are pressed, in linear/respective order:

(Up-Arrow)     <no change>
(Up-Arrow)     <no change>
(Down-Arrow)   /join #foobarblat
(Up-Arrow)     /nick hello
(Up-Arrow)     <no change>
(Down-Arrow)   /join #foobarblat
(Down-Arrow)   <empty input line>
(Up-Arrow)     <no change>
(Down-Arrow)   /join #foobarblat

The behaviour I would have expected is:

(Up-Arrow)     /join #foobarblat
(Up-Arrow)     /nick hello
(Down-Arrow)   /join #foobarblat
(Up-Arrow)     /nick hello
(Up-Arrow)     <no change>
(Down-Arrow)   /join #foobarblat
(Down-Arrow)   <empty input line>
(Up-Arrow)     /join #foobarblat
(Down-Arrow)   <empty input line>

I don't see any changes in UPDATES between 0.3.5 and 0.3.7 which would
indicate any fixes, so I'm confused.  :-)

-- 
| Jeremy Chadwick                                    jdc at parodius.com |
| Parodius Networking                           http://www.parodius.com/ |
| UNIX Systems Administrator                      Mountain View, CA, USA |
| Making life hard for others since 1977.                  PGP: 4BD6C0CB |

_______________________________________________
List mailing list
List@epicsol.org
http://epicsol.org/mailman/listinfo/list

Reply via email to