Convert skip_ctl_c_seq() and its callers (except strip_ansi()) from unsigned char to char
This should make no functional difference, and cuts out a large number of unsigned char * / char * mismatch warnings.
This commit is contained in:
@@ -697,7 +697,7 @@ typedef struct WindowStru
|
||||
|
||||
int window_display; /* should we display to this window */
|
||||
|
||||
void (*output_func) (struct WindowStru *, const unsigned char *);
|
||||
void (*output_func) (struct WindowStru *, const char *);
|
||||
void (*status_output_func) (struct WindowStru *);
|
||||
|
||||
struct ScreenStru *screen;
|
||||
|
||||
Reference in New Issue
Block a user