Online Documentation Server
 ПОИСК
ods.com.ua Web
 КАТЕГОРИИ
Home
Programming
Net technology
Unixes
Security
RFC, HOWTO
Web technology
Data bases
Other docs

 


 ПОДПИСКА

 О КОПИРАЙТАХ
Вся предоставленная на этом сервере информация собрана нами из разных источников. Если Вам кажется, что публикация каких-то документов нарушает чьи-либо авторские права, сообщите нам об этом.




next up previous contents
Next: 8.6.5 Background Character Up: 8.6 Output Previous: 8.6.3 Delete Characters/Lines

8.6.4 Boxes and Lines

  • int border(ls, rs, ts, bs, tl, tr, bl, br)  
    int wborder(win, ls, rs, ts, bs, tl, tr, bl, br)  
    int box(win, vert, hor)  
    Draw a border around the edges of a window ( or win). In the following table you see the characters and their default values when zero in a call to box(...). In the picture you can see the position from the characters in a box.

      
    Table 8.3: Ncurses - border characters

      
    Figure 8.2: Ncurses - box characters

  • int vline(ch, n)  
    int wvline(win, ch, n)  
    int hline(ch, n)  
    int whline(win, ch, n)  
    These functions draw a vertical or horizontal line starting at the current cursor position. ch is the character to use and n is the number of characters to draw. The cursor position is not advanced.


Converted on:
Fri Mar 29 14:43:04 EST 1996


With any suggestions or questions please feel free to contact us