| Browse in : |
All
> Documents
> Man Pages
> Subroutines
(8513)
|
#include <curses.h> int addwstr(const wchar_t *wstr);
int addnwstr(const wchar_t *wstr, int n);
int waddwstr(WINDOW *win, const wchar_t *wstr);
int waddnwstr(WINDOW *win, const wchar_t *wstr, int n);
int mvaddwstr(int y, int x, const wchar_t *wstr);
int mvaddnwstr(int y, int x, const wchar_t *wstr, int n);
int mvwaddwstr(WINDOW *win, int y, int x, const wchar_t *wstr);
int mvwaddnwstr(WINDOW *win, int y, int x, const wchar_t *wstr, int n);
The mv routines perform cursor movement once, before writing any characters. Thereafter, the cursor is advanced as a side-effect of writing to the window.
The four routines with n as the last argument write at most n wchar_t characters. If n is -1, then the entire string will be added, up to the maximum number of characters that will fit on the line, or until a terminating null is reached.
Functions: curses(3X), curs_add_wch(3X)
Via Technologies announced that it has contracted open source leader and OpenMoko Lead System Architrect Harald Welte as the company's Open Source Liaison.
A year after creating an online open-source software development community to take on SourceForge.net and other rivals, the development team at Ubuntu Linux will be the first to admit that it still has a long ...
Ubuntu founder Mark Shuttleworth announced that he's out to make Linux a better-looking operating system than Mac OS X - within two years.
Mark Shuttleworth's life to date seems more like the daring hero of a science fiction pulp magazine than that of a programmer.
If you think that a desktop PC has to be big, noisy and expensive -- think again.
Brian Aker, MySQL's director of architecture, has unveiled Drizzle , a database project aimed at powering websites with massive concurrency as well as trimming superfluous functionality from MySQL.
Appcelerator ICEsoft Kaazing Nexaweb Sun KEYNOTES: Industry News Jul. 23, 2008 02:30 PM Sun Microsystems announced the availability of the Sun Web Stack, a fully supported and integrated enterprise-quality AMP ...
Companies who opt for an open source software within their organizations could be leaving themselves open to security breaches.
Intel is readying a second release of the Moblin open-source platform for mobile computing, with plans set for an alpha-level version in a few weeks, an Intel official said at the O'Reilly Open Source ...