about summary refs log tree commit diff stats
path: root/termbox/output.inl
Commit message (Expand)AuthorAgeFilesLines
* 1319Kartik K. Agaram2015-05-101-6/+6
* 1276 - make C++ version the defaultKartik K. Agaram2015-05-051-0/+306
>
2c15aba9 ^

0338d136 ^

2c15aba9 ^
1
2
3
4
5
6
7
8
9
10
11
12





                                                                     
                                                          

                                                                                    

                                                                   
                                                            
void console_doesnt_show_online_presence_when_set_none(void **state);
void console_shows_online_presence_when_set_online(void **state);
void console_shows_online_presence_when_set_all(void **state);
void console_doesnt_show_dnd_presence_when_set_none(void **state);
void console_doesnt_show_dnd_presence_when_set_online(void **state);
void console_shows_dnd_presence_when_set_all(void **state);
void handle_message_error_when_no_recipient(void **state);
void handle_message_error_when_recipient_cancel(void **state);
void handle_message_error_when_recipient_cancel_disables_chat_session(void **state);
void handle_message_error_when_recipient_and_no_type(void **state);
void handle_presence_error_when_no_recipient(void **state);
void handle_presence_error_when_from_recipient(void **state);