JPH1021191A - Command history managing device for information processor - Google Patents

Command history managing device for information processor

Info

Publication number
JPH1021191A
JPH1021191A JP8170871A JP17087196A JPH1021191A JP H1021191 A JPH1021191 A JP H1021191A JP 8170871 A JP8170871 A JP 8170871A JP 17087196 A JP17087196 A JP 17087196A JP H1021191 A JPH1021191 A JP H1021191A
Authority
JP
Japan
Prior art keywords
command
input
history
unit
commands
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP8170871A
Other languages
Japanese (ja)
Inventor
Yoichi Iwabuchi
洋一 岩渕
Toshio Yabe
俊夫 矢部
Junji Yamada
潤二 山田
Masahiro Ogawara
将広 大河原
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Canon Inc
Original Assignee
Canon Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Canon Inc filed Critical Canon Inc
Priority to JP8170871A priority Critical patent/JPH1021191A/en
Publication of JPH1021191A publication Critical patent/JPH1021191A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To enable efficient command input by unnecessitating the double input of command by storing the inputted command regardless of the inputted process and performing batch managing of the history of input commands corresponding to all the processes. SOLUTION: First of all, an operator inputs the command from an input/ output device while using a command input part 100. The commands inputted corresponding to the respective processes are batch stored in a command history storage part 1000 of a common area by command input parts 100 (110, 120 and 130) provided for the respective processes. In this case, the commands individually inputted corresponding to the respective processes are stored in the order of input. A computer reads the contents of the command history storage part 1000 prepared in advance through a history display part 200, transfers these contents to an input/output device 10 and displays them for the operator. Thus, the double input of the same command by the user is prevented.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、オペレータから入
力されたコマンドにより動作するオペレーティングシス
テムを搭載したコンピュータ等の情報処理装置に関し、
特にアプリケーションプログラムの実行において、入力
されたコマンドの履歴をコンピュータ上で管理する情報
処理装置のコマンド履歴管理装置に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an information processing apparatus such as a computer equipped with an operating system that operates according to a command input by an operator.
In particular, the present invention relates to a command history management device of an information processing device that manages a history of input commands on a computer when executing an application program.

【0002】[0002]

【従来の技術】従来、マルチウィンドウシステムのよう
に、コマンド入力が可能な複数のプロセスが同時に存在
するコンピュータシステムの環境においては、各プロセ
ス毎に個別にコマンド履歴を管理していた。
2. Description of the Related Art Conventionally, in an environment of a computer system in which a plurality of processes capable of inputting commands simultaneously exist, such as a multi-window system, a command history is individually managed for each process.

【0003】例えばUNIXと呼ばれるオペレーション
システムのcshコマンドでは、複数あるウィンドウ毎
にcshコマンドを受け付けるcシェルと呼ばれるシス
テムプログラムが動作している場合、履歴(入力された
コマンドの種類内容入力順に記憶したデータ)の管理、
過去のコマンドの実行は、個々のウィンドウに閉じた範
囲でのみ可能であった。
For example, in a csh command of an operating system called UNIX, when a system program called a c shell that accepts a csh command is operated for each of a plurality of windows, a history (data stored in the order of the type and content of the input command) is stored. ) Management,
In the past, the execution of commands was possible only in the closed area of each window.

【0004】[0004]

【発明が解決しようとする課題】このため従来のコマン
ド履歴管理では、ある特定のプロセスに対して入力した
コマンドは、プロセス毎の履歴ファイルに記録される。
このため他のプロセスのコマンド履歴に反映されないた
め、ユーザが同じコマンドを打つ場合でも、プロセスが
異なれば、再度入力する必要があるといった問題点があ
った。
For this reason, in the conventional command history management, a command input to a specific process is recorded in a history file for each process.
For this reason, since the command is not reflected in the command history of another process, there is a problem that even if the user inputs the same command, if the process is different, it is necessary to input again.

【0005】本発明は上記従来例に鑑みてなされたもの
で、入力されたコマンドを、入力されたプロセスとは無
関係に記憶し、すべてのプロセスに対する入力コマンド
の履歴を一括して管理することで、コマンドの重複した
入力を不要とし、従って、効率の良いコマンド入力が可
能である情報処理装置のコマンド履歴管理装置を的する
ことを目的とする。
The present invention has been made in view of the above conventional example, and stores input commands independently of the input process, and collectively manages the history of input commands for all processes. Therefore, it is an object of the present invention to provide a command history management device of an information processing apparatus which eliminates the need for redundant command input and therefore enables efficient command input.

【0006】[0006]

【課題を解決するための手段】このような目的を達成す
るために、請求項1の発明は、情報処理についてのコマ
ンドを入力するコマンド入力部と(100)、当該入力
されたコマンドをその実行プロセスに関係なく入力順に
記憶するコマンド履歴記憶部(1000)と、前記入力
されたコマンドを実行するコマンド実行部(300)と
を具えたことを特徴とする。
In order to achieve the above object, a first aspect of the present invention provides a command input unit for inputting a command for information processing, and a command input unit for executing the input command. A command history storage unit (1000) for storing the input command regardless of the process and a command execution unit (300) for executing the input command are provided.

【0007】請求項2の発明は、請求項1に記載の情報
処理装置のコマンド履歴管理装置において、前記コマン
ド履歴記憶部に記憶されたコマンドを表示する表示部
(履歴表示部200、入出力装置10)をさらに具えた
ことを特徴とする。
According to a second aspect of the present invention, in the command history management device for the information processing apparatus according to the first aspect, a display unit (history display unit 200, input / output device) for displaying a command stored in the command history storage unit. 10) is further provided.

【0008】請求項3の発明は、請求項2に記載の情報
処理装置のコマンド履歴管理装置において、前記表示部
によるコマンドの表示を指示する指示部(入出力装置1
0)をさらに具えたことを特徴とする。
According to a third aspect of the present invention, in the command history management device for an information processing apparatus according to the second aspect, an instruction unit (input / output device 1) for instructing display of a command by the display unit
0) is further provided.

【0009】請求項4の発明は、請求項2に記載の情報
処理装置のコマンド履歴管理装置において、前記表示部
に表示されているコマンドを選択する選択部(入出力装
置10)をさらに有し、当該選択されたコマンドと同じ
コマンドを前記コマンド実行部により前記コマンド履歴
記憶部から読み出して実行可能とすることを特徴とす
る。
According to a fourth aspect of the present invention, in the command history management device for an information processing apparatus according to the second aspect, a selection unit (input / output device 10) for selecting a command displayed on the display unit is further provided. The same command as the selected command is read out from the command history storage unit by the command execution unit and can be executed.

【0010】[0010]

【発明の実施の形態】以下、添付画面を参照して本発明
の好適な実施例を詳細に説明する。
Preferred embodiments of the present invention will be described below in detail with reference to the accompanying screens.

【0011】図1は本発明の一実施例を示す全体構成図
である。
FIG. 1 is an overall configuration diagram showing an embodiment of the present invention.

【0012】図において、10はキーボード、マウス等
からなるデータ入力部と、CRT等からなるデータ出力
部とを備えた入出力装置あるいは端末装置であり、オペ
レータはこの入出力装置10によりコマンドの入力がで
きるようになっている。20はオペレーションシステム
を搭載した汎用コンピュータである。汎用コンピュータ
は複数のプロセス(タスク)を並列的に実行可能な周知
のコンピュータを使用できる。オペレーションシステム
やアプリケーションプログラムはコンピュータを作動さ
せる1手段であるので、本実施例ではこれらプログラム
をハードウェアとみなして説明することにする。
In FIG. 1, reference numeral 10 denotes an input / output device or a terminal device provided with a data input unit composed of a keyboard, a mouse and the like and a data output unit composed of a CRT and the like. Is available. Reference numeral 20 denotes a general-purpose computer equipped with an operation system. As the general-purpose computer, a known computer that can execute a plurality of processes (tasks) in parallel can be used. Since the operating system and the application programs are one means for operating the computer, in the present embodiment, these programs will be described as hardware.

【0013】100(110,120,130,…)は
オペレーションシステム内にプロセス毎に設けられたコ
マンド入力部で、入力装置10より入力されるコマンド
をそれぞれのプロセスへ受け渡す。通常オペレータは、
マウスのようなデバイスを使用し、各プロセスに対応す
るウィンドウ(画面)を指定することで、所定のプロセ
スにコマンドを入力している。
Reference numerals 100 (110, 120, 130,...) Denote command input units provided for each process in the operation system, and deliver commands input from the input device 10 to the respective processes. Usually the operator
By using a device such as a mouse and specifying a window (screen) corresponding to each process, a command is input to a predetermined process.

【0014】各プロセスに入力されたコマンドは、一括
してコマンド履歴記憶部1000に記憶される。コマン
ド履歴記憶部1000はハードディスク記憶装置等の記
憶装置を使用することができる。
Commands input to each process are collectively stored in the command history storage unit 1000. The command history storage unit 1000 can use a storage device such as a hard disk storage device.

【0015】200はコマンド履歴記憶部1000の内
容を入出力装置10を介してオペレータに表示する履歴
表示部である。
Reference numeral 200 denotes a history display unit for displaying the contents of the command history storage unit 1000 to the operator via the input / output device 10.

【0016】オペレータは表示されたコマンド履歴の中
から所定のコマンドを選択し、入出力装置10によりそ
のコマンドを入力する。300(310,320,33
0,…)は各プロセス毎に設けられたコマンド実行部で
あり、オペレータから選択されたコマンド履歴中のコマ
ンドを、コマンド履歴記憶部1000の内容に基づき実
行する。この際、コマンド入力部(110〜130)と
同様、オペレータは、マウス等のデバイスにより、コマ
ンド入力すべきプロセスを指定できる。
The operator selects a predetermined command from the displayed command history and inputs the command through the input / output device 10. 300 (310, 320, 33
0,...) Are command execution units provided for each process, and execute commands in the command history selected by the operator based on the contents of the command history storage unit 1000. At this time, similarly to the command input units (110 to 130), the operator can specify a process to input a command using a device such as a mouse.

【0017】なお、コンピュータ20内の100〜30
0及び1000の各部の機能は当然ながら、コンピュー
タ内の演算処理部(CPU)、処理用のメモリ(RA
M)、後述するフローチャートに代表される処理手順を
記憶する制御メモリ(ROM)、及び情報の受渡しなど
を行なうインターフェイスなどで支援されるものとす
る。
Note that 100 to 30 in the computer 20
The functions of the units 0 and 1000 are, of course, the arithmetic processing unit (CPU) in the computer and the processing memory (RA).
M), a control memory (ROM) that stores a processing procedure represented by a flowchart described later, an interface that exchanges information, and the like.

【0018】[具体例の説明]図2はコマンドの入力例
を示す。図2の(a),(b),(c)は、それぞれ、
プロセス1、プロセス2、プロセス3の三つの異なるプ
ロセスに対して入力されたコマンドの系列を表してい
る。また、各コマンドに付加した1001〜1010の
数字はコマンドの入力順に表しており、本例では、[コ
マンドA],[コマンドα],[コマンドB],[コマ
ンドX]…の順に入力されたものとする。尚、本例では
簡単のためオプションや引数のないコマンドを例として
用いているが、これらを付加し得ることは当然である。
また、キーボードからテキスト入力されるコマンド以外
にも、すなわち、マウス,タッチパネル,音声,等を使
用して入力されるコマンドに対しても、本装置は同様に
適用することができる。更に、コマンド入力を受け付け
るプロセスの数はいくつでもよく、本例では説明の都合
上3つにしている。
[Explanation of Specific Example] FIG. 2 shows an example of command input. (A), (b) and (c) of FIG.
It shows a sequence of commands input to three different processes, Process 1, Process 2, and Process 3. The numbers 1001 to 1010 added to the commands are shown in the order of input of the commands. In this example, the numbers are input in the order of [command A], [command α], [command B], [command X]. Shall be. In this example, a command without options or arguments is used as an example for simplicity, but it is obvious that these can be added.
In addition, the present device can be similarly applied to a command input using a mouse, a touch panel, a voice, and the like, in addition to a command input by text from a keyboard. Further, the number of processes for receiving a command input may be any number. In this example, three processes are used for convenience of explanation.

【0019】図2を基に本実施例の動作手順を、図3の
フローチャートを参照して説明する。図3はコンピュー
タ20内の演算処理部が実行する処理手順を説明上機能
的に表現している。
The operation procedure of this embodiment will be described with reference to the flowchart of FIG. FIG. 3 functionally expresses a processing procedure executed by the arithmetic processing unit in the computer 20 for explanation.

【0020】まず、ステップS1でオペレータは入出力
装置10から、コマンド入力部100を用いて図2に示
すコマンドを入力する。各プロセスに対し入力されたコ
マンド(図2(a),(b),(c))は、各プロセス
に設けられたコマンド入力部100(110,120,
130)により、共通の領域であるコマンド履歴記憶部
1000に一括して格納される。図2で示す入力が行な
われた時点におけるコマンド履歴記憶部1000の内容
を図4に示す。各プロセスに対し個別に入力されたコマ
ンドは、ここで入力順(1001〜1010)に記憶さ
れる。
First, in step S1, an operator inputs a command shown in FIG. Commands (FIGS. 2A, 2B, and 2C) input to each process are stored in a command input unit 100 (110, 120,
130), they are collectively stored in the command history storage unit 1000 which is a common area. FIG. 4 shows the contents of the command history storage unit 1000 when the input shown in FIG. 2 is performed. Commands input individually for each process are stored in the input order (1001 to 1010).

【0021】ステップS2ではコンピュータ20はS1
で作成されたコマンド履歴記憶部1000の内容を履歴
表示部200により読み出し、入出力装置10に転送し
オペレータに表示する。
In step S2, the computer 20 executes S1
The contents of the command history storage unit 1000 created in step (1) are read by the history display unit 200, transferred to the input / output device 10, and displayed to the operator.

【0022】本例ではS2の処理はS1の処理の直後に
毎回行なうようにしているが、これについてはオペレー
タからの入出力装置10を介して指示がある場合のみ表
示することも当然可能である。
In this example, the process of S2 is performed every time immediately after the process of S1, but it is naturally possible to display this only when an instruction is given from the operator via the input / output device 10. .

【0023】図5に履歴の表示指示及び表示方法の一例
を示す。
FIG. 5 shows an example of a history display instruction and a display method.

【0024】オペレータはプロセス3に対し、[履歴表
示]コマンド3Aを入力し、その時点でコマンド履歴記
憶部1000に格納されているコマンド履歴の表示を履
歴表示部200に指示する。
The operator inputs the [history display] command 3A to the process 3, and instructs the history display unit 200 to display the command history stored in the command history storage unit 1000 at that time.

【0025】コマンド識別により、[履歴表示]コマン
ドの入力を検知したコマンド入力部100は履歴表示部
200では履歴番号(数字1001〜1010)を添付
して、コマンド履歴記憶部1000の内容をオペレータ
に対し表示する。
The command input unit 100 that has detected the input of the [history display] command by command identification attaches a history number (numerals 1001 to 1010) to the history display unit 200 and sends the contents of the command history storage unit 1000 to the operator. To be displayed.

【0026】この際、本例ではコマンド履歴をコマンド
入力と同じウィンドウ上にテキストにより表示している
が、別に新たなウィンドウを作成し表示することも可能
である。
At this time, in this example, the command history is displayed as text on the same window as the command input, but a new window can be created and displayed separately.

【0027】ステップS3では、S2で表示したコマン
ド履歴の中からオペレータ選択したコマンドをコマンド
実行部300(310,320,330)により実行す
る。
In step S3, the command selected by the operator from the command history displayed in S2 is executed by the command execution unit 300 (310, 320, 330).

【0028】コマンド実行部300では、オペレータの
入力したコマンドと同じコマンドを、コマンド履歴記憶
部1000から読出し実行を行なうことになる。
The command execution unit 300 reads out and executes the same command as the command input by the operator from the command history storage unit 1000.

【0029】図6にコマンド実行の一例を示す。FIG. 6 shows an example of command execution.

【0030】図6では、オペレータはプロセス3上に設
けられたコマンド実行部3(回路符号330)に対し、
[履歴1006]コマンドを入力している。これによ
り、過去に他のプロセスであるプロセス1に対し実行し
た[コマンドY]コマンドが選択され実行される。この
際、コマンド履歴1000は、オペレータの入力したコ
マンド履歴番号(この場合1006)から実際に実行す
べきコマンドを調べる目的で参照されている。
In FIG. 6, the operator sends a command to the command execution unit 3 (circuit code 330) provided on the process 3.
[History 1006] A command has been entered. As a result, the [command Y] command executed in the past for process 1, which is another process, is selected and executed. At this time, the command history 1000 is referred to for checking the command to be actually executed from the command history number (1006 in this case) input by the operator.

【0031】本例では、履歴番号により履歴記憶部中の
コマンドの選択を行なっているが、ステップS2でのコ
マンド履歴表示をマウス選択が可能なボタン等に展開
し、マウスによりオペレータが指示するようなシステム
も可能である。
In this example, the command in the history storage unit is selected based on the history number. However, the command history display in step S2 is expanded to a button or the like which allows a mouse to be selected, and the operator instructs with the mouse. A simple system is also possible.

【0032】[0032]

【発明の効果】以上、説明したように、請求項1〜4の
発明によれば、コマンドを入力順にプロセスに関係なく
一括して記憶しておくことにより、従来のような同一の
コマンドについて重複的なユーザの入力を避けることが
できる。
As described above, according to the first to fourth aspects of the present invention, commands are collectively stored in the order of input irrespective of the process, so that the same commands as in the prior art are duplicated. User input can be avoided.

【0033】請求項3の発明では必要に応じてコマンド
の履歴を表示させることができるので、コマンドの再入
力のための表示の他、誤入力の検出等にも表示を使用す
ることができる。
According to the third aspect of the present invention, since the history of the command can be displayed as required, the display can be used not only for re-inputting the command but also for detecting an erroneous input.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本実施例のシステム全体の構成を示すブロック
図である。
FIG. 1 is a block diagram illustrating a configuration of an entire system according to an embodiment.

【図2】本実施例で使用する入力コマンドを示す図であ
る。
FIG. 2 is a diagram illustrating input commands used in the embodiment.

【図3】本実施例における処理を示すフローチャートで
ある。
FIG. 3 is a flowchart illustrating a process according to the embodiment.

【図4】コマンド履歴記憶部の内容の一例を示す図であ
る。
FIG. 4 is a diagram showing an example of the contents of a command history storage unit.

【図5】履歴表示部の動作の一例を示す図である。FIG. 5 is a diagram illustrating an example of an operation of a history display unit.

【図6】コマンド実行部の動作の一例を示す図である。FIG. 6 is a diagram illustrating an example of an operation of a command execution unit.

【符号の説明】[Explanation of symbols]

10 入出力部 20 コンピュータ 100 コマンド入力部 110 コマンド入力部1 120 コマンド入力部2 130 コマンド入力部3 200 履歴表示部 300 コマンド実行部 310 コマンド実行部1 320 コマンド実行部2 330 コマンド実行部3 1000 コマンド履歴記憶部 Reference Signs List 10 input / output unit 20 computer 100 command input unit 110 command input unit 1 120 command input unit 2 130 command input unit 3 200 history display unit 300 command execution unit 310 command execution unit 1 320 command execution unit 2 330 command execution unit 3 1000 command History storage unit

───────────────────────────────────────────────────── フロントページの続き (72)発明者 大河原 将広 東京都大田区下丸子3丁目30番2号 キヤ ノン株式会社内 ──────────────────────────────────────────────────続 き Continuing on the front page (72) Inventor Masahiro Ogawara 3-30-2 Shimomaruko, Ota-ku, Tokyo Inside Canon Inc.

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 情報処理についてのコマンドを入力する
コマンド入力部と、 当該入力されたコマンドをその実行プロセスに関係なく
入力順に記憶するコマンド履歴記憶部と、 前記入力されたコマンドを実行するコマンド実行部とを
具えたことを特徴とする情報処理装置のコマンド履歴管
理装置。
A command input unit for inputting a command relating to information processing; a command history storage unit for storing the input commands in an input order irrespective of an execution process; and a command execution unit for executing the input commands. And a command history management device for the information processing device.
【請求項2】 請求項1に記載の情報処理装置のコマン
ド履歴管理装置において、前記コマンド履歴記憶部に記
憶されたコマンドを表示する表示部をさらに具えたこと
を特徴とする情報処理装置のコマンド履歴管理装置。
2. The command history management apparatus according to claim 1, further comprising a display unit for displaying a command stored in said command history storage unit. History management device.
【請求項3】 請求項2に記載の情報処理装置のコマン
ド履歴管理装置において、前記表示部によるコマンドの
表示を指示する指示部をさらに具えたことを特徴とする
情報処理装置のコマンド履歴管理装置。
3. The command history management device for an information processing device according to claim 2, further comprising an instruction unit for instructing display of a command by said display unit. .
【請求項4】 請求項2に記載の情報処理装置のコマン
ド履歴管理装置において、前記表示部に表示されている
コマンドを選択する選択部をさらに有し、当該選択され
たコマンドと同じコマンドを前記コマンド実行部により
前記コマンド履歴記憶部から読み出して実行可能とする
ことを特徴とする情報処理装置のコマンド履歴管理装
置。
4. The command history management device for an information processing device according to claim 2, further comprising: a selection unit for selecting a command displayed on said display unit, wherein said selection command is the same as said selected command. A command history management device for an information processing device, wherein the command history management device reads out from the command history storage unit and executes the command history.
JP8170871A 1996-07-01 1996-07-01 Command history managing device for information processor Pending JPH1021191A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP8170871A JPH1021191A (en) 1996-07-01 1996-07-01 Command history managing device for information processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP8170871A JPH1021191A (en) 1996-07-01 1996-07-01 Command history managing device for information processor

Publications (1)

Publication Number Publication Date
JPH1021191A true JPH1021191A (en) 1998-01-23

Family

ID=15912867

Family Applications (1)

Application Number Title Priority Date Filing Date
JP8170871A Pending JPH1021191A (en) 1996-07-01 1996-07-01 Command history managing device for information processor

Country Status (1)

Country Link
JP (1) JPH1021191A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2004042483A1 (en) * 2002-11-07 2004-05-21 Fujitsu Limited Control apparatus and control history management method
JP5828050B1 (en) * 2015-01-24 2015-12-02 株式会社インビオ Key input display device, key input display program, and key input display method
JP2016136377A (en) * 2015-10-19 2016-07-28 株式会社インビオ Device, program, and method for displaying key input

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2004042483A1 (en) * 2002-11-07 2004-05-21 Fujitsu Limited Control apparatus and control history management method
JP5828050B1 (en) * 2015-01-24 2015-12-02 株式会社インビオ Key input display device, key input display program, and key input display method
JPWO2016117710A1 (en) * 2015-01-24 2018-05-10 株式会社インビオ Key input display device, key input display system, and key input display program
US10969958B2 (en) 2015-01-24 2021-04-06 Invio, Inc. Key-input display apparatus, key-input display system, and key-input display program
JP2016136377A (en) * 2015-10-19 2016-07-28 株式会社インビオ Device, program, and method for displaying key input

Similar Documents

Publication Publication Date Title
US4941829A (en) Method for providing a dynamic tutorial display
US20030131146A1 (en) Interactive monitoring and control of computer script commands in a network environment
JPH1021191A (en) Command history managing device for information processor
JPH03204687A (en) Presentation device
JPH03256116A (en) Information processor
JP2001318796A (en) Program execution control method using internal and external event driven system, recording medium and program preparation support system
JPH0470925A (en) Help message display system
JPH0651929A (en) Window display control system
JPH01191269A (en) Image controller
JP2002229974A (en) Switching apparatus and switching method for display font, switching apparatus and switching method for printing font, program and recording medium for the apparatus and methods
JPH02293924A (en) Menu control system
JPH01244502A (en) Pc program display system
JPH06110834A (en) Software application executing device
JPH04367038A (en) Multi-os operating method
JPH05134832A (en) Menu display device
JPH05189187A (en) Multiwindow display system
JPH0340025A (en) Hierarchical menu selecting device
JPH0497448A (en) Interactive type simplex testing system
JPH04316138A (en) Debug processor
JPH0916383A (en) Application development method and device
JPH05224800A (en) Automatic input system
JPH0333920A (en) Parameter information selector
JPH0561625A (en) Screen input/output edition and display system
JPS63136220A (en) Display device provided with multi-window display function
JPS63234347A (en) Production of processing procedure of intention deciding back-up system