JPH02189626A - Screen display control system - Google Patents

Screen display control system

Info

Publication number
JPH02189626A
JPH02189626A JP1059789A JP1059789A JPH02189626A JP H02189626 A JPH02189626 A JP H02189626A JP 1059789 A JP1059789 A JP 1059789A JP 1059789 A JP1059789 A JP 1059789A JP H02189626 A JPH02189626 A JP H02189626A
Authority
JP
Japan
Prior art keywords
vram
text
display
screen
display control
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
JP1059789A
Other languages
Japanese (ja)
Inventor
Junichi Iizawa
飯澤 潤一
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.)
NEC Corp
Original Assignee
NEC Corp
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 NEC Corp filed Critical NEC Corp
Priority to JP1059789A priority Critical patent/JPH02189626A/en
Publication of JPH02189626A publication Critical patent/JPH02189626A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To reduce the cost of a device without requiring a complicated hardware by constituting a text screen with a software. CONSTITUTION:A display control part 1 is activated every fixed time by an interval timer 2 to compare the contents of a virtual text VRAM 8 with the contents of a comparing text VRAM 4 one by one byte. When both values are equal to each other, no operation is executed, but when respective values are different, the data in the VRAM 3 are transferred to the VRAM 4 and a character font corresponding to the text code is read out from a font ROM 5 and developed to a bit map VRAM 6. Consequently, the hardware can be simplified and the cost can be reduced.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本0発明はコンピュータの画面表示制御方式に関し、特
にテキスト画面の表示方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a computer screen display control method, and particularly to a text screen display method.

〔従来の技術〕[Conventional technology]

従来の画面表示制御方式はテキストVRAMにテキスト
コードデータを書き込むと、ハードウェアが自動的にビ
ットマツプVRAMに展開する。
In the conventional screen display control method, when text code data is written into a text VRAM, the hardware automatically develops it into a bitmap VRAM.

また、画面に表示する文字列データに画面スクロールを
発生するコード(LF等)が含まれていた場合、1行分
の表示データをすべて表示してから1行スクロールし、
次の行を表示する。
In addition, if the character string data displayed on the screen contains a code (such as LF) that causes screen scrolling, display all the display data for one line and then scroll one line.
Display next line.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

上述した従来の画面表示制御方式は画面制御をハードウ
ェアで行っているので、ハードウェアが複雑になり、コ
ストが高くなるという欠点がある。
In the conventional screen display control method described above, screen control is performed by hardware, which has the disadvantage that the hardware becomes complicated and the cost increases.

また、文字のフォントをソフトウェアでビットマツプ画
面に転送するような画面表示方式を採用している装置の
場合には画面を書き変える速度が遅いので、スクロール
の遅さが特に目立つという欠点がある。
Furthermore, in the case of a device that employs a screen display method in which character fonts are transferred to a bitmap screen using software, the speed at which the screen is rewritten is slow, so there is a drawback that the slowness of scrolling is particularly noticeable.

〔課題を解決するための手段〕[Means to solve the problem]

本発明の画面表示制御方式は、ビットマツプVRAMと
、テキスト画面をエミュレートする仮想テキストVRA
Mと、前記仮想テキストVRAMの内容の変化を検出す
るための比較用テキストVRAMと、前記仮想テキスト
VRAMのテキストデータを前記ビットマツプVRAM
に展開する表示制御部と、前記表示制御部を一定間隔で
起動するインターバルタイマとを有し、または、表示文
字列中に画面スクロールを発生させるコードがあった場
合に文字の表示より画面スクロールを優先して実行し、
行内の文字がどこまで表示し終わったかを表示ポインタ
ブロックに記憶させ、表示文字列内に指定された画面ス
クロールがすべて終了した後に前記表示ポインタブロッ
クを参照して未表示の文字を表示させるようにして構成
される。
The screen display control method of the present invention uses a bitmap VRAM and a virtual text VRAM that emulates a text screen.
M, a comparison text VRAM for detecting changes in the contents of the virtual text VRAM, and text data of the virtual text VRAM to the bitmap VRAM.
and an interval timer that activates the display control unit at regular intervals, or if there is a code that causes screen scrolling in the displayed character string, screen scrolling is performed rather than character display. Prioritize and execute
The display pointer block memorizes how far the characters in a line have been displayed, and after all screen scrolling specified in the display string is completed, the display pointer block is referenced to display undisplayed characters. configured.

〔実施例〕〔Example〕

次に、本発明について図面を参照して説明する。 Next, the present invention will be explained with reference to the drawings.

第1図は本発明の第一の実施例のブロック図である。同
図において表示制御部1はインターバルタイマ2で一定
時間毎に起動され、仮想テキストVRAM3の内容と比
較用テキストVRAM4の内容を1バイトずつ比較する
。それぞれの値が等しい時は何もしないが、値が異なる
場合には仮想テキストVRAM3のデータを比較用テキ
ストVRAM4に転送し、そのテキストコードに対応す
る文字フォントをフォントROM5から読み出してビッ
トマツプVRAM6へ展開する。
FIG. 1 is a block diagram of a first embodiment of the present invention. In the figure, the display control section 1 is activated at regular intervals by an interval timer 2, and compares the contents of the virtual text VRAM 3 and the contents of the comparison text VRAM 4 one byte at a time. When the values are the same, nothing is done, but when the values are different, the data in the virtual text VRAM 3 is transferred to the comparison text VRAM 4, the character font corresponding to that text code is read from the font ROM 5, and expanded to the bitmap VRAM 6. do.

第2図は本発明の第二の実施例のブロック図である。同
図において表示文字列が表示制御部11に与えられた場
合、表示制御部11は与えられた表示文字列中に画面ス
クロールを発生させるコード(LF等)が含まれている
かどうかスキャンする。スクロール発生コードが含まれ
ていない場合、表示制御部11は表示する文字コード1
バイトを仮想テキストVRAM12へ転送し、さらに表
示B I OS i 3に与えると共に、今回カラム目
まで表示したかを表示ポインタブロック16へ記憶させ
、再びスキャンを実行する。表示BIO313は与えら
れた文字コードに対する文字フォントをフォントROM
14より読み込み、ビットマツプVR,AM15へ転送
する。
FIG. 2 is a block diagram of a second embodiment of the invention. In the figure, when a display character string is given to the display control unit 11, the display control unit 11 scans whether the given display character string contains a code (such as LF) that causes screen scrolling. If the scroll occurrence code is not included, the display control unit 11 displays character code 1.
The bytes are transferred to the virtual text VRAM 12, and further provided to the display BIOS i 3, and the display pointer block 16 stores whether or not the first column has been displayed this time, and the scan is executed again. The display BIO 313 stores the character font for the given character code in the font ROM.
14 and transfer it to the bitmap VR and AM15.

表示文字列内にスクロール発生コードが発見された場合
、表示制御部11はスクロールBIOS17を起動し、
再びスキャンを実行する。スクロールBIO317は仮
想テキストVRAM12、ビットマツプVRAM15、
および表示ポインタブロック16のデータをスクロール
させる。そして表示文字列中にスクロール発生コードが
なくなった場合、表示制御部11は表示ポインタブロッ
ク16に記憶されている未表示データのカラム位置を読
み出し、その位置に対応する文字コードを仮想テキスト
VRAM12より読み出して表示BIO313で画面に
表示させる。
If a scroll generation code is found in the display character string, the display control unit 11 starts the scroll BIOS 17,
Run the scan again. The scroll BIO 317 has a virtual text VRAM 12, a bitmap VRAM 15,
and scroll the data in the display pointer block 16. If there is no scroll generation code in the displayed character string, the display control unit 11 reads the column position of the undisplayed data stored in the display pointer block 16, and reads the character code corresponding to that position from the virtual text VRAM 12. and display it on the screen using the display BIO 313.

〔発明の効果〕〔Effect of the invention〕

以上説明したように本発明は、テキスト画面をソフトウ
ェアで構成するので、複雑なハードウェアを必要とせず
、装置のコストを下げることができる効果がある。
As explained above, since the text screen is configured by software, the present invention does not require complicated hardware, and has the advantage of being able to reduce the cost of the device.

また、画面表示の遅さによるスクロール速度の低下を防
止し、効率のよい画面表示ができる効果がある。
Furthermore, it is possible to prevent a decrease in scrolling speed due to slow screen display, and to achieve efficient screen display.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は本発明の第一の実施例のブロック図、第2図は
第二の実施例のブロック図である。 1.11・・・表示制御部、2・・・インターバルタイ
マ、3,12・・・仮想テキストVRAM、4・・・比
較用テキストVRAM、5.14−7tントROM、6
.15・・・ビットマツプVRAM、13・・・表示B
IO3,16・・・表示ポインタブロック、17・・・
スクロールB I O8゜
FIG. 1 is a block diagram of a first embodiment of the present invention, and FIG. 2 is a block diagram of a second embodiment. 1.11... Display control unit, 2... Interval timer, 3, 12... Virtual text VRAM, 4... Comparison text VRAM, 5. 14-7t ROM, 6
.. 15...Bitmap VRAM, 13...Display B
IO3, 16...Display pointer block, 17...
Scroll B I O8゜

Claims (2)

【特許請求の範囲】[Claims] (1)ビットマップVRAMと、テキスト画面をエミュ
レートする仮想テキストVRAMと、前記仮想テキスト
VRAMの内容の変化を検出するための比較用テキスト
VRAMと、前記仮想テキストVRAMのテキストデー
タを前記ビットマップVRAMに展開する表示制御部と
、前記表示制御部を一定間隔で起動するインターバルタ
イマとを有することを特徴とする画面表示制御方式。
(1) A bitmap VRAM, a virtual text VRAM that emulates a text screen, a comparison text VRAM for detecting changes in the contents of the virtual text VRAM, and a text data VRAM that stores the text data of the virtual text VRAM in the bitmap VRAM. 1. A screen display control method, comprising: a display control section that operates on the display; and an interval timer that activates the display control section at regular intervals.
(2)表示文字列中に画面スクロールを発生させるコー
ドがあった場合に文字の表示より画面スクロールを優先
して実行し、行内の文字がどこまで表示し終わったかを
表示ポインタブロックに記憶させ、表示文字列内に指定
された画面スクロールがすべて終了した後に前記表示ポ
インタブロックを参照して未表示の文字を表示させるこ
とを特徴とする画面表示制御方式。
(2) If there is a code that causes screen scrolling in the displayed character string, screen scrolling is given priority over character display, and the display pointer block stores and displays how far the characters in the line have been displayed. A screen display control method characterized in that after all screen scrolling specified in a character string is completed, undisplayed characters are displayed by referring to the display pointer block.
JP1059789A 1989-01-18 1989-01-18 Screen display control system Pending JPH02189626A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1059789A JPH02189626A (en) 1989-01-18 1989-01-18 Screen display control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1059789A JPH02189626A (en) 1989-01-18 1989-01-18 Screen display control system

Publications (1)

Publication Number Publication Date
JPH02189626A true JPH02189626A (en) 1990-07-25

Family

ID=11754653

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1059789A Pending JPH02189626A (en) 1989-01-18 1989-01-18 Screen display control system

Country Status (1)

Country Link
JP (1) JPH02189626A (en)

Similar Documents

Publication Publication Date Title
US5847705A (en) Display system and memory architecture and method for displaying images in windows on a video display
JPH02189626A (en) Screen display control system
JP2513771B2 (en) Multimedia display system
JPH09212502A (en) Data display device
JPH01312624A (en) System for controlling display of multi-window
JP2899126B2 (en) Event display system
JPH09231045A (en) Scroll method for drawing processing
JPH0863116A (en) Display controller and display control method
JP2810609B2 (en) Graphic display method and apparatus
JPS63120331A (en) Control system for set-up of window
JP2869198B2 (en) Information processing device
JPH11161255A (en) Image display unit
JP2829051B2 (en) Character display method
JPS63261418A (en) Window display control system
JPH0764537A (en) Information processor
JPS63120330A (en) Screen control system
JPH02114295A (en) Graphic display device
JPS63262718A (en) Scroll system in character type window display
JPH07160245A (en) Display control method
JPS6329838A (en) Display device
KR920006837A (en) Hangul Implementation Method in Computer System
JPH0746307B2 (en) Display device
JPH02194425A (en) Data displaying system
JPH04163595A (en) Method of letter drawing process
JPS58107589A (en) Screen clearing system for display unit