File: dpuserwindow.html

package info (click to toggle)
dpuser 4.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 12,632 kB
  • sloc: cpp: 121,623; ansic: 6,866; lex: 1,113; makefile: 747; yacc: 741; sh: 78
file content (43 lines) | stat: -rw-r--r-- 1,600 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <meta name="Author" content="Thomas Ott">
   <title>QFitsView DPUSER command/output window</title>

<STYLE TYPE="text/css">
<!--
P {text-align: justify}
-->
</STYLE>
</head>
<body bgcolor="#FFFFFF">

<h1>QFitsView DPUSER window</h1>
<p>
<img vspace = "10" bgcolor = "white" src="dpuserwindow.png" alt="QFitsView DPUSER command/output window" align="top">
The DPUSER window shows the output of the working thread of QFitsView. Next
to the lower <code>DPUSER></code> prompt, it is possible to enter DPUSER
commands just as in the standalone terminal version of DPUSER.
<p>
The following keys are available as special commands (note that these are
used similarly to a UNIX command shell):
<ul>
<li><b>Page Up</b> moves the output display one page up</li>
<li><b>Page Down</b> moves the output display one page down</li>
<li><b>Cursor Up</b> remembers the last entered command</li>
<li><b>Cursor Down</b> moves the command one down in the command history</li>
<li><b>Tab</b> completes partly typed file names</li>
<li><b>Enter</b> executes the currently typed command</li>
</ul>
<p>
The key sequence <code>CTRL+C</code> <b>does not</b> work in this window. If
you want to interrupt a running command, use the DPUSER->Send Interrupt menu
entry.
<p>
The DPUSER window can be removed by clicking the small "x" at the upper top.
It can be dragged away from the main window and let float. If the window is
invisible, it can be brought back using the Window->DPUSER - The Next Generation
menu entry.

</body>
</html>