Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
4f28970f
Commit
4f28970f
authored
Feb 10, 2022
by
Deucе
👌🏾
Browse files
Finish consitfying showbuf()
parent
5ac964ab
Pipeline
#2700
failed with stage
in 7 minutes and 36 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/uifc/uifc32.c
src/uifc/uifc32.c
+1
-1
No files found.
src/uifc/uifc32.c
View file @
4f28970f
...
...
@@ -2690,7 +2690,7 @@ void sethelp(int line, char* file)
/****************************************************************************/
/* 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
;
struct
vmem_cell
*
textbuf
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment