shanet / Cryptully

Encrypted chat for those that don't know crypto.
http://www.cryptully.com
GNU Lesser General Public License v3.0
37 stars 23 forks source link

Ncurses client should support multiple clients simultaneously #28

Open shanet opened 11 years ago

shanet commented 11 years ago

The Ncurses client only supports a single client at a time due to UI limitations. It shares the same backend as the QT client which supports multiple clients so it's a matter of adapting the ncurses UI to support multiple clients.

pythonengineer commented 7 years ago

Why use Ncurses then?

shanet commented 7 years ago

Because I like command line programs and when I originally built it I wanted to learn how to use Ncurses.

pythonengineer commented 7 years ago

Fair enough.