hannesm / jackline

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

Provide option to place log window on top #170

Closed duckdalbe closed 6 years ago

duckdalbe commented 7 years ago

I'd like to configure jackline so that the log window is shown on top, above the contact list and chat window.

This doesn't need to be changeable at runtime, I guess.

hannesm commented 6 years ago

sorry for taking so long, but i just implemented it. in your ~/.config/ocaml-xmpp-client/config.sexp, you have to add (log_top true) (e.g. near to the end, before the final closing ) -- after doing an opam reinstall jackline. hope it is how you wanted it :)

duckdalbe commented 6 years ago

Works well, thank you!