mirror of
https://github.com/Tha14/toxic.git
synced 2025-01-31 11:47:20 +01:00
Manuel Argüelles
ec7e458800
Fix blocking while waiting for key
The timeout() for input is set on main window (stdscr), since it seems that for some ncurses implementations get_wch and getch are the same (non widechar) wget_wch is used instead. The window passed must the the main one, the others doesn't have the timeout settings. Another option is to set wtimeout() on every window.
Toxic - console client for Tox
The client formerly resided in the Tox core repository and is now available as a standalone version.
To compile, first generate the configure script by running the autoreconf -i
command.
Then execute the configure script (you'll probably have to pass it the location of your dependency libraries, i.e.):
./configure --prefix=/where/to/install --with-libtoxcore-headers=/path/to/ProjectTox-Core/core --with-libtoxcore-libs=/path/to/ProjectTox-Core/build/core --with-libsodium-headers=/path/to/libsodium/include/ --with-libsodium-libs=/path/to/sodiumtest/lib/
Description
Languages
C
95.5%
Makefile
1.8%
Objective-C
1%
Shell
1%
Python
0.6%
Other
0.1%