Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
7b63a5f4
Commit
7b63a5f4
authored
Apr 16, 2022
by
Francois Gouget
Committed by
Alexandre Julliard
Apr 18, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
conhost: Fix the spelling of a couple of comments.
Signed-off-by:
Francois Gouget
<
fgouget@free.fr
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
e254680e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
conhost.c
programs/conhost/conhost.c
+1
-1
conhost.h
programs/conhost/conhost.h
+1
-1
No files found.
programs/conhost/conhost.c
View file @
7b63a5f4
...
...
@@ -328,7 +328,7 @@ static void init_tty_output( struct console *console )
console
->
tty_cursor_visible
=
TRUE
;
}
/* no longer use relative cursor position
n
ing (legacy API have been used) */
/* no longer use relative cursor positioning (legacy API have been used) */
static
void
enter_absolute_mode
(
struct
console
*
console
)
{
console
->
use_relative_cursor
=
0
;
...
...
programs/conhost/conhost.h
View file @
7b63a5f4
...
...
@@ -78,7 +78,7 @@ struct console
unsigned
int
mode
;
/* input mode */
struct
screen_buffer
*
active
;
/* active screen buffer */
int
is_unix
;
/* UNIX terminal mode */
int
use_relative_cursor
;
/* use relative cursor position
n
ing */
int
use_relative_cursor
;
/* use relative cursor positioning */
int
no_window
;
/* don't create console window */
INPUT_RECORD
*
records
;
/* input records */
unsigned
int
record_count
;
/* number of input records */
...
...
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