Information Technology - Computer Programming - Source Code - Homebrew - Open Source - Software - Hardware - 8 bit - 16 bit - 32 bit - 64 bit - x86 - x64 - DOS - Windows - Linux - Arduino - Embedded - Development - Retro - Vintage - Math - Science - History - Hobby - Beginners - Professionals - Experiment - Research - Study - Fun - Games

Tiny Text

Anything GW-BASIC, QBasic, Quick Basic, Free Basic, QB64, or RapidQ related.
Post Reply
admin
Site Admin
Posts: 106
Joined: Wed Feb 22, 2023 6:51 am

Tiny Text

Post by admin »

Written in Quick Basic.

FREEWARE Open Source

Tiny Text is a wysiwyg editor for X86 DOS.

Works with files up 80x200.
Tabs display as spaces.
Supports mouse operations.
Backspace deletes a character, moving the cursor back.
Delete clears a line and moves up the text below it.
Enter moves down a row to the first column.
Insert adds a line in between lines.
End moves the cursor to the last character on the line.
Home moves the cursor to the beginning of the line.
Arrow keys move the cursor.
The left mouse button moves the cursor and selects buttons.
F6 or right mouse button to paste line.
F7 or left+right mouse button to copy line.
A line must be selected before using copy or paste.
Escape key exits the program.
F8 Enters ASCII drawing mode.
Enter a 0 after pressing F8 to exit ASCII drawing mode.

Download:
http://www.lucidapogee.com/download.php ... nytext.zip
Post Reply