bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: mvwprintw


From: Thomas Dickey
Subject: Re: mvwprintw
Date: Thu, 30 Mar 2006 13:01:13 -0500 (EST)

On Thu, 30 Mar 2006, Bob Rossi wrote:

Can a char string like this:

$7 = 0x810e700 "(tgdb) b main.c:7                   ..."  where the
string is 81 characters long, and from the '7' up until char 80 they
are all spaces, and char 81 is the NUL char.

be used with the function like this?
 mvwprintw(win, 13, 0, "%s", buffer);
where buffer is the string above.

It looks ok to me - how big is the window?

--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net




reply via email to

[Prev in Thread] Current Thread [Next in Thread]