Skip to content
Snippets Groups Projects
Commit 12e02add authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Consitfy showbuf too

parent 1124f51a
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #2696 failed
...@@ -481,7 +481,7 @@ typedef struct { ...@@ -481,7 +481,7 @@ typedef struct {
/* Shows a scrollable text buffer - optionally parsing "help markup codes" */ /* Shows a scrollable text buffer - optionally parsing "help markup codes" */
/****************************************************************************/ /****************************************************************************/
void (*showbuf)(int mode, int left, int top, int width, int height void (*showbuf)(int mode, int left, int top, int width, int height
,char *title, char *hbuf, int *curp, int *barp); ,const char *title, char *hbuf, int *curp, int *barp);
/****************************************************************************/ /****************************************************************************/
/* Updates time in upper left corner of screen with current time in ASCII/ */ /* Updates time in upper left corner of screen with current time in ASCII/ */
......
...@@ -87,7 +87,7 @@ static BOOL confirm(char *fmt, ...); ...@@ -87,7 +87,7 @@ static BOOL confirm(char *fmt, ...);
static BOOL deny(char *fmt, ...); static BOOL deny(char *fmt, ...);
static void upop(const char *str); static void upop(const char *str);
static void sethelp(int line, char* file); static void sethelp(int line, char* file);
static void showbuf(int mode, int left, int top, int width, int height, char *title static void showbuf(int mode, int left, int top, int width, int height, const char *title
, char *hbuf, int *curp, int *barp); , char *hbuf, int *curp, int *barp);
/* Dynamic menu support */ /* Dynamic menu support */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment