Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

delch(3) [osf1 man page]

curs_delch(3)						     Library Functions Manual						     curs_delch(3)

NAME
curs_delch, delch, wdelch, mvdelch, mvwdelch - Delete the character under the cursor in a Curses window SYNOPSIS
#include <curses.h> int delch( void ); int wdelch( WINDOW *win ); int mvdelch( int y, int x ); int mvwdelch( WINDOW *win, int y, int x ); LIBRARY
Curses Library (libcurses) STANDARDS
Interfaces documented on this reference page conform to industry standards as follows: delch, wdelch, mvdelch, mvwdelch: XCURSES4.2 Refer to the standards(5) reference page for more information about industry standards and associated tags. DESCRIPTION
These routines do the following: Delete the character under the cursor in the current or specified window Move all characters that are to the right of the cursor and on the same line to the left one position Fill the last character on the line with a blank. These routines do not change the cursor position (after moving to y, x, if specified). This does not imply use of the hardware delete-char- acter feature. NOTES
The header file <curses.h> automatically includes the header file <stdio.h>. Note that delch, mvdelch, and mvwdelch may be macros. RETURN VALUES
All routines return ERR upon failure and OK upon successful completion. SEE ALSO
Functions: curses(3) Others: standards(5) curs_delch(3)

Check Out this Related Man Page

curs_delch(3)						     Library Functions Manual						     curs_delch(3)

NAME
curs_delch, delch, wdelch, mvdelch, mvwdelch - Delete the character under the cursor in a Curses window SYNOPSIS
#include <curses.h> int delch( void ); int wdelch( WINDOW *win ); int mvdelch( int y, int x ); int mvwdelch( WINDOW *win, int y, int x ); LIBRARY
Curses Library (libcurses) STANDARDS
Interfaces documented on this reference page conform to industry standards as follows: delch, wdelch, mvdelch, mvwdelch: XCURSES4.2 Refer to the standards(5) reference page for more information about industry standards and associated tags. DESCRIPTION
These routines do the following: Delete the character under the cursor in the current or specified window Move all characters that are to the right of the cursor and on the same line to the left one position Fill the last character on the line with a blank. These routines do not change the cursor position (after moving to y, x, if specified). This does not imply use of the hardware delete-char- acter feature. NOTES
The header file <curses.h> automatically includes the header file <stdio.h>. Note that delch, mvdelch, and mvwdelch may be macros. RETURN VALUES
All routines return ERR upon failure and OK upon successful completion. SEE ALSO
Functions: curses(3) Others: standards(5) curs_delch(3)
Man Page

5 More Discussions You Might Find Interesting

1. Debian

Trying to native compile Debian Dialog

Hi, tried to native compile Debian Dialog as ncurses-dev is available. I am trying native compile Debian Dialog using gcc on Linux embedded router. What's wrong, as running than make I get errors. Mayby this line in the log file is an exaplanation to a problem ? " checking if we have... (1 Reply)
Discussion started by: jack2
1 Replies

2. UNIX for Dummies Questions & Answers

The meaning of %s in printf

I have this command like that has %s in it, I know %s calls a column, but I am not sure I understand which column (I mean for my case I can check the input file, but I want to know how is this %s used, how comes tha same symbo; gives different columns in one command line: {printf "grep %s... (22 Replies)
Discussion started by: cosmologist
22 Replies

3. Shell Programming and Scripting

Retrieve data from one file comparing the ID in the second file

Hi all, I have one file with IDs Q8NDM7 P0C1S8 Q8TF30 Q9BRP8 O00258 Q6AWC2 Q9ULE0 Q702N8 A4UGR9 Q13426 Q6P2D8 Q9ULM3 A8MXQ7 I want to compare ID file with another file which has complete information about these IDs and also about other IDs which are not in the above ID file. As... (10 Replies)
Discussion started by: kaav06
10 Replies

4. Shell Programming and Scripting

Extract particular lines from a file

Hi all, I have a file with many records with information as given below ID A16L2_HUMAN Reviewed; 619 AA. AC Q8NAA4; A5PL30; B2RPK5; Q658V4; Q6PID3; Q8NBG0; DT 20-MAY-2008, integrated into UniProtKB/Swiss-Prot. DT 20-MAY-2008, sequence version 2. DT ... (1 Reply)
Discussion started by: kaav06
1 Replies

5. Shell Programming and Scripting

Fetch entries with specific pattern

Hi all, I have following sample input file which is a part of big file: ID AINX_HUMAN Reviewed; 499 AA. AC Q16352; B1AQK0; Q9BRC5; DT 30-MAY-2000, integrated into UniProtKB/Swiss-Prot. DT 23-JAN-2002, sequence version 2. DT 28-NOV-2012, entry version 123.... (2 Replies)
Discussion started by: kareena
2 Replies