HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- System call involved in refresh()?
Operating System - HP-UX
1837584
Members
3176
Online
110117
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2003 07:37 AM
03-26-2003 07:37 AM
System call involved in refresh()?
Hi,
I would like to know whether there is any system call involved in the curses function refresh()?
Thanks for any help on this
Ajay
I would like to know whether there is any system call involved in the curses function refresh()?
Thanks for any help on this
Ajay
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2003 07:45 AM
03-26-2003 07:45 AM
Re: System call involved in refresh()?
Hi
try man refresh
it explains it well
Steve Steel
try man refresh
it explains it well
Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2003 07:47 AM
03-26-2003 07:47 AM
Re: System call involved in refresh()?
It depends. If curses has determined that the window and screen are "in sync" then refresh() does nothing BUT if the window has been altered via a wprintw(), waddch(), ... OR if you have intentionally told curses to forget what it knows about a window using touchwin() then at the very least, curses will issue write() system calls. There are also usually some signal() system calls as well. If you really want to know things down to the system call level, I suggest that you download the ncurses source from any of the HP-UX Porting Centre's and peruse it to your heart's content.
If it ain't broke, I can fix that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2003 11:31 PM
03-26-2003 11:31 PM
Re: System call involved in refresh()?
Hi Clay and Steve,
Thanks for the valuable information. I will check the 'man' for refresh and ncurses source .
Ajay
Thanks for the valuable information. I will check the 'man' for refresh and ncurses source .
Ajay
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP