diff --git a/mouse.dll b/MOUSE.DLL similarity index 100% rename from mouse.dll rename to MOUSE.DLL diff --git a/README.md b/README.md index 507c39e..200a64d 100644 --- a/README.md +++ b/README.md @@ -1,61 +1,60 @@ -**textdraw** is a dos tool for making a text-mode user interface or art. -Remind yourself of the dos days, or do some cool ascii art. Use the mouse as -the cursor. Drawing can be done by mouse click, which places the cursor -character in the text-canvas, or simply by simply typing wich places the -character (with current color and background color) on the text-canvas and -moves the cursor to the next position. The cursor can be moved by mouse as -well as the arrow keys. +Tool for making a text-mode user interface or art in DOS. +Remind yourself of the DOS days, or do some cool ASCII art. Use the mouse as the +cursor. Drawing can be done by mouse click, which places the cursor character in +the text-canvas, or simply by simply typing wich places the character (with +current color and background color) on the text-canvas and moves the cursor to +the next position. The cursor can be moved by mouse as well as the arrow keys. -## demo +
-
+
Start `text.exe`. -

+

-
-Save text-art to `File name` `text.tex`.
+
+Save text-art to `File name` `text.tex`.
If already exists, it is loaded. -

+

-
+
`Help` screen gives the controls. -

+

-
-The screen is painted white first.
+
+The screen is painted white first.
By changing cursor background color to white. -

+

-
-Rough sketch is prepared.
+
+Rough sketch is prepared.
By changing cursor text and color. -

+

-
+
`Mouse-right` can be used to copy text below cursor. -

+

-
-Text-art is complete.
+
+Text-art is complete.
Text was added simply by typing. -

+

-
+
`text.tex` is reopened for viewing. -

+

-
+
Text-art stored in `text.tex`. -

+

[![qb40](https://i.imgur.com/xAWLn0I.jpg)](https://qb40.github.io) diff --git a/text.bas b/TEXT.BAS similarity index 100% rename from text.bas rename to TEXT.BAS