GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
curs_addstr(3) FreeBSD Library Functions Manual curs_addstr(3)

addstr, addnstr, waddstr, waddnstr, mvaddstr, mvaddnstr, mvwaddstr, mvwaddnstr - ʸ?????? ncurses ???????ɥ????ɲä??????????????ʤ???

#include <ncurses.h>

int addstr(char *str);
int addnstr(char *str, int n);
int waddstr(WINDOW *win, char *str);
int waddnstr(WINDOW *win, char *str, int n);
int mvaddstr(int y, int x, char *str);
int mvaddnstr(int y, int x, char *str, int n);
int mvwaddstr(WINDOW *win, int y, int x, char *str);
int mvwaddnstr(WINDOW *win, int y, int x, char *str, int n);

???????Υ롼?????ϡ??ʥ?ʸ???ǽ?λ????ʸ???? str ??ʸ???? ?????Υ??????ɥ???ɽ?????ޤ??? ?????ϡ?ʸ????????ʸ?????Ȥ? 1 ?󤺤? waddch ???ƤӽФ??Τ????????Ƥ??ޤ??? ?Ǹ??ΰ????Ȥ??? n ?????? 4 ?ĤΥ롼?????ϡ? ¿???Ȥ? n ʸ????ʸ?????񤭹??ߤޤ??? n ?????ξ????ϡ?ʸ???????Τ??ɲä????ޤ???

???????Υ롼?????Ϥ??٤ơ??????????Ԥ????????? ERR ???֤??ޤ??? ?????????????ƴ?λ?????ȡ?ERR ?ʳ????????ͤ??֤????ޤ???

waddstr ?? waddnstr ???????????餹?٤ƤΥ롼?????? ?ޥ????Ǥ?????ǽ???????뤳?Ȥ????դ??Ƥ?????????

ncurses(3), curs_addch(3).

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.