Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
067e6c37
Commit
067e6c37
authored
May 04, 2008
by
Rémi Denis-Courmont
Browse files
Don't use libvlc->b_color
parent
cf825526
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/ncurses.c
View file @
067e6c37
...
...
@@ -255,7 +255,7 @@ static int Open( vlc_object_t *p_this )
p_sys
->
i_box_plidx
=
0
;
p_sys
->
i_box_bidx
=
0
;
p_sys
->
p_sub
=
msg_Subscribe
(
p_intf
,
MSG_QUEUE_NORMAL
);
p_sys
->
b_color
=
p_this
->
p_libvlc
->
b_color
;
p_sys
->
b_color
=
isatty
(
0
)
;
p_sys
->
b_color_started
=
false
;
#ifndef HAVE_NCURSESW
...
...
Write
Preview
Supports
Markdown
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