Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
d57f7d14
Commit
d57f7d14
authored
Apr 09, 2000
by
Eric Pouech
Committed by
Alexandre Julliard
Apr 09, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cosmetics.
parent
e7dc390f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
generic.c
console/generic.c
+1
-1
ncurses.c
console/ncurses.c
+1
-1
xterm.c
console/xterm.c
+1
-1
No files found.
console/generic.c
View file @
d57f7d14
...
...
@@ -21,7 +21,7 @@ DEFAULT_DEBUG_CHANNEL(console)
static
void
GENERIC_MoveLine
(
char
row1
,
char
row2
,
char
col1
,
char
col2
);
static
void
GENERIC_ClearLine
(
char
row
,
char
col1
,
char
col2
,
int
bgcolor
,
int
attribute
);
void
GENERIC_Start
()
void
GENERIC_Start
(
void
)
{
/* Here, we only want to add a driver if there is not one already
defined. */
...
...
console/ncurses.c
View file @
d57f7d14
...
...
@@ -174,7 +174,7 @@ void NCURSES_GetCharacterAtCursor(char *ch, int *fg_color, int
*
bg_color
=
WINE_BLACK
;
if
(
attribute
)
*
attribute
=
0
;
}
;
}
void
NCURSES_Refresh
()
{
...
...
console/xterm.c
View file @
d57f7d14
...
...
@@ -44,7 +44,7 @@ static XTERM_CONSOLE xterm_console;
CONSOLE_device
chain
;
FILE
*
old_in
,
*
old_out
;
void
XTERM_Start
()
void
XTERM_Start
(
void
)
{
/* Here, this is a supplementary driver so we should remember to call
the chain. */
...
...
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