about summary refs log tree commit diff stats
path: root/RELEASE_GUIDE.md
Commit message (Expand)AuthorAgeFilesLines
* Update RELEASE_GUIDE.mdMichael Vetter2019-12-121-1/+0
* Update website info in release guideMichael Vetter2019-07-311-1/+1
* Update release guide with libprofanity infoMichael Vetter2019-06-111-0/+1
* Update profanity repo URLMichael Vetter2019-05-031-1/+1
* autotools: fix `make dist` commandDmitry Podgorny2019-03-041-33/+14
* Update RELEASE_GUIDE.mdJames Booth2019-01-161-2/+2
* Reformat RELEASE_GUIDE as md and add more infoMichael Vetter2019-01-151-0/+91
'>
1
2
3
4
5
6
                                      
                                
                                            
                                      

                                                                                     
void expect_cons_show(char *expected);
void expect_any_cons_show(void);
void expect_cons_show_error(char *expected);
void expect_any_cons_show_error(void);
void expect_ui_current_print_line(char *message);
void expect_ui_current_print_formatted_line(char show_char, int attrs, char *message);