hannesm / jackline

minimalistic secure XMPP client in OCaml
BSD 2-Clause "Simplified" License
250 stars 20 forks source link

make readline history unique for each contact #80

Closed cfcs closed 9 years ago

cfcs commented 9 years ago

Separates readline history and input line buffers to avoid arrow up ; enter type mistakes. The copy-paste buffer is still the same, permitting easy copying between buffers (Ctrl-K ; Ctrl-Y flows).

hannesm commented 9 years ago

thanks a lot, merged manually (after minor tweaks and cleanups)