Terminal environment query functions.
#include <curses.h>
char killchar(void);
int killwchar(wchar_t *ch);
The killchar subroutine returns the current line.
The killchar subroutine stores the current line kill character in the object pointed to by ch. If no line kill character has been defined, the subroutine will fail and the object pointed to by ch will not be changed.
The killchar subroutine returns the line kill character. The return value is unspecified when this character is a multi-byte character.
Upon successful completion, the killchar subroutine returns OK. Otherwise, it returns ERR.
This subroutine is part of Base Operating System (BOS) Runtime.
Curses Overview for Programming in AIX Version 4.3 General Programming Concepts: Writing and Debugging Programs.
List of Curses Subroutines in AIX Version 4.3 General Programming Concepts: Writing and Debugging Programs.
Portability with Curses in AIX Version 4.3 General Programming Concepts: Writing and Debugging Programs describes how to query baud rate, set user-defined characters, and flush type-ahead characters.