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

Finish consitfying showbuf()

parent 3344edce
No related branches found
No related tags found
No related merge requests found
...@@ -2690,7 +2690,7 @@ void sethelp(int line, char* file) ...@@ -2690,7 +2690,7 @@ void sethelp(int line, char* file)
/****************************************************************************/ /****************************************************************************/
/* 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, char *title, char *hbuf, int *curp, int *barp) void showbuf(int mode, int left, int top, int width, int height, const char *title, char *hbuf, int *curp, int *barp)
{ {
char inverse=0,high=0; char inverse=0,high=0;
struct vmem_cell *textbuf; struct vmem_cell *textbuf;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment