Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dtcreateterm(3) [hpux man page]

DtCreateTerm(library call)												DtCreateTerm(library call)

NAME
DtCreateTerm -- create a DtTerm widget SYNOPSIS
#include <Dt/Term.h> Widget DtCreateTerm( Widget parent, String name, ArgList arglist, Cardinal argcount); DESCRIPTION
The DtCreateTerm function creates a terminal emulator widget hierarchy. The parent argument specifies the parent widget ID. The name argument specifies the name of the created widget. The arglist argument specifies the argument list. The argcount argument specifies the number of attribute and value pairs in the argument list (arglist). The DtTerm widget provides the core set of functionality needed to emulate an ANSI X3.64-1979- and ISO 6429:1992(E)-style terminal, such as the DEC VT220. This functionality includes text rendering, scrolling, margin and tab support, escape sequence parsing and the low-level OS-specific interface required to allocate and configure a pty or STREAMS pseudo-terminal device and write the system's utmp device. RETURN VALUE
Upon successful completion, the DtCreateTerm function returns the DtTerm widget ID. SEE ALSO
dtterm(1), dtterm(5), pty(7), Dt/Term.h - DtTerm(5), DtTerm(3), DtTermInitialize(3), DtTermDisplaySend(3), DtTermSubprocSend(3), DtTermSub- procReap(3). DtCreateTerm(library call)

Check Out this Related Man Page

DtTermSubprocReap(library call) 										   DtTermSubprocReap(library call)

NAME
DtTermSubprocReap -- allow a DtTerm widget to clean up after subprocess termination SYNOPSIS
#include <Dt/Term.h> void DtTermSubprocReap( pid_t pid, int *stat_loc); DESCRIPTION
The DtTermSubprocReap function allows DtTerm widgets to function correctly in applications that have installed a SIGCHLD signal handler. The pid argument specifies the process ID of the child process wait(2) returns. The stat_loc argument specifies the termination information wait(2) returns. RETURN VALUES
The DtTermSubprocReap function returns no value. APPLICATION USAGE
The DtTermSubprocReap function allows an application to install its own SIGCHLD signal handler. The application must install its own SIGCHILD signal handler and call DtTermSubprocReap if the DtTerm widget was created with the DtSubpro- cessTerminatorCatch resource set to False. The application must call the DtTermSubprocReap function after performing a wait(2) (or associated function) on a terminated child process. If the child process is associated with a DtTerm widget, the widget's data structures are cleaned up and the associated callbacks invoked. SEE ALSO
Dt/Term.h - DtTerm(5), DtTerm(3), signal(5), wait(2). DtTermSubprocReap(library call)
Man Page

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

protect dtterm

we have an hp-ux and a user requested me if i can password protect the dtterm. i know that this is possible but can you give me some hints in making this happen? thanks :cool: (2 Replies)
Discussion started by: inquirer
2 Replies

2. Solaris

how to redirect my output in a new terminal

Hi all, i type a command along with dtterm what i would like to have is that the output of the command to be shown in the new terminal . Any Idea on how to acheive this? (0 Replies)
Discussion started by: Sayantan
0 Replies

3. Red Hat

Caps lock dtterm

Hello, We are having a problem with running dtterm off a RHEL server. Logging into an HP-UX server from a RHEL 5.1 desktop, setting DISPLAY and running dtterm, the caps lock does not work. We have been playing with xmodmap & stty but to no avail. Any help appreciated. mgb (1 Reply)
Discussion started by: mgb
1 Replies

4. HP-UX

Caps lock dtterm

Hello, We are having a problem with running dtterm off a RHEL server. Logging into an HP-UX server from a RHEL 5.1 desktop, setting DISPLAY and running dtterm, the caps lock does not work. We have been playing with xmodmap & stty but to no avail. Any help appreciated. mgb (7 Replies)
Discussion started by: mgb
7 Replies

5. UNIX for Dummies Questions & Answers

IconGeometry

Hi. We are trying to use a modifier on the dtterm command to have a terminal open minimized in a specific location on the screen. So far we have found that the -iconic option will start it minimized, and we think that the icongeometry resource has something to do with moving the minimized... (0 Replies)
Discussion started by: sojo1024
0 Replies

6. UNIX for Dummies Questions & Answers

dtterm to list a folder contents in new window

Hi everyone,:cool: thank you in advance for any help on this I have a dtterm command to open a new small terminal window with a contents of log, and it works fine. dtterm -title "my.log" -geometry =40x30+0+550 -fn 6x13 -e tail -n 40 -f /home/logs/user.log & However what I want to do... (4 Replies)
Discussion started by: golfcents
4 Replies