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.4 Boxes and Lines Up: 8.6 Output Previous: 8.6.2 Insert Characters/Lines

8.6.3 Delete Characters/Lines

  • int delch()  
    int wdelch(win)  
    int mvdelch(y, x)  
    int mvwdelch(win, y, x)  
    Delete the character under the cursor and move the remaining characters to the right of the cursor one position to the left.

    y and x are the coordinates to which the cursor will be moved to before deleting.

  • int deleteln()  
    int wdeleteln(win)  
    Delete the line under the cursor and move all other lines below one position up. Additionally, the bottom line of the window will be erased.


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


With any suggestions or questions please feel free to contact us