1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-03 16:57:46 +02:00
A Tox-based instant messaging and video chat client
Go to file
Manuel Argüelles 422a89d32d Add wide char support in toxic (issue #440)
Set current locale, use of get_wch instead of getch for reading, use
wctomb and friends to convert back from wchar_t, link with
cursesw. Unicode support is only added to chat windows.
2013-08-21 16:19:35 -05:00
chat.c Add wide char support in toxic (issue #440) 2013-08-21 16:19:35 -05: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 Add wide char support in toxic (issue #440) 2013-08-21 16:19:35 -05:00
dhtstatus.h add dhtstatus file 2013-08-15 12:02:57 +12:00
friendlist.c Add wide char support in toxic (issue #440) 2013-08-21 16:19:35 -05:00
friendlist.h remove WINDOW_STATUS, simplify adding and selecting chat windows 2013-08-18 20:26:39 +12:00
main.c Add wide char support in toxic (issue #440) 2013-08-21 16:19:35 -05:00
prompt.c Add wide char support in toxic (issue #440) 2013-08-21 16:19:35 -05:00
prompt.h remove callback introduced temporarily during refactoring 2013-08-18 20:35:38 +12:00
windows.c Add wide char support in toxic (issue #440) 2013-08-21 16:19:35 -05:00
windows.h Add wide char support in toxic (issue #440) 2013-08-21 16:19:35 -05:00