1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-03 16:27:46 +02:00
A Tox-based instant messaging and video chat client
Go to file
Manuel Argüelles 46b69e6db1 Add cmake module for ncursesw
Default Curses module fails to detect the wide char version of curses
when both are installed. Current module should do better.
2013-08-21 16:11:07 -05:00
chat.c astyle --options=tools/astylerc -r ./*.{c,h} 2013-08-20 19:37:05 -04:00
chat.h remove temporary callbacks from refactoring 2013-08-15 00:36:31 +12:00
CMakeLists.txt Add cmake module for ncursesw 2013-08-21 16:11:07 -05:00
configdir.c Made configdir check XDG_CONFIG_HOME for config dir 2013-08-19 01:21:36 +02:00
configdir.h Use configdir.c instead of hardcoded paths for the list of DHT servers. 2013-08-18 23:16:39 +02:00
dhtstatus.c Refactor of core done. 2013-08-20 14:47:32 -04:00
dhtstatus.h add dhtstatus file 2013-08-15 12:02:57 +12:00
friendlist.c Refactor of core done. 2013-08-20 14:47:32 -04:00
friendlist.h remove WINDOW_STATUS, simplify adding and selecting chat windows 2013-08-18 20:26:39 +12:00
main.c astyle --options=tools/astylerc -r ./*.{c,h} 2013-08-20 19:37:05 -04:00
prompt.c astyle --options=tools/astylerc -r ./*.{c,h} 2013-08-20 19:37:05 -04:00
prompt.h remove callback introduced temporarily during refactoring 2013-08-18 20:35:38 +12:00
windows.c astyle --options=tools/astylerc -r ./*.{c,h} 2013-08-20 19:37:05 -04:00
windows.h Refactor of core done. 2013-08-20 14:47:32 -04:00