[MPlayer-cvslog] CVS: main/DOCS/tech slave.txt,1.25,1.26
Reimar Döffinger
Reimar.Doeffinger at stud.uni-karlsruhe.de
Mon Jan 3 14:54:58 CET 2005
Hi,
On Mon, Jan 03, 2005 at 02:42:09PM +0100, Diego Biurrun wrote:
> Reimar Döffinger writes:
> > On Mon, Jan 03, 2005 at 11:20:39AM +0100, Diego Biurrun CVS wrote:
> > >
> > > +osd_show_text <string>
> > > + Show <string> on the OSD. Spaces need to be escaped with \, otherwise
> > > + only the first word will be shown.
> >
> > I think you can just put the whole string in "", or am I wrong here?
>
> No, that's not enough, try it, you have to write "Hello\ world!"
I tried it and
osd_show_text "Hello world!"
worked, as did
osd_show_text Hello\ world!
while
osd_show_text Hello world!
(of course) only printed Hello.
Greetings,
Reimar Döffinger
More information about the MPlayer-cvslog
mailing list