bug-ncurses
[Top][All Lists]
Advanced

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

RE: major problem with trivial piece of code


From: Folkert van Heusden
Subject: RE: major problem with trivial piece of code
Date: Sat, 31 Jan 2004 00:10:30 +0100 (CET)

> > Yes, not only that, it also doesn't print the rest of the string!
> > For example:
> > char *test = { 'H', 'e', 'l', 'l', 'o', '\n', 0x00 };
> > wprintw(stdscr, "%s", test);
> > won't display anything at all, not even the "Hello".
> I'll check & see if something is broken (thanks).

I also tried a for loop which would emit char by char to the screen and
for each of them a refresh(); to no avail.
I'm using ncurses 5.3.20030719-4.


Folkert van Heusden

+--------------------------------------------------------------------------+
| UNIX sysop? Then give MultiTail ( http://www.vanheusden.com/multitail/ ) |
| a try, it brings monitoring logfiles (and such) to a different level!    |
+---------------------------------------------------= www.vanheusden.com =-+





reply via email to

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