• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

CREDITSH A D02-Mar-20052.9 KiB4847

HISTORYH A D02-Mar-20059.4 KiB210159

LICENSEH A D02-Mar-200517.6 KiB341281

MakefileH A D03-May-2022562 3621

READMEH A D02-Mar-20053 KiB8764

TODOH A D02-Mar-2005146 53

ansi-esc.cH A D02-Mar-200510 KiB573497

ansi-esc.hH A D02-Mar-2005391 2012

ansi.cH A D02-Mar-20059.6 KiB552507

ansitoc.cH A D02-Mar-20051.4 KiB6542

ddlogo.hH A D02-Mar-20057.5 KiB127122

duhdraw-2.8.12.lsmH A D02-Mar-2005913 2221

duhdraw.cH A D03-May-202254.1 KiB3,0192,649

duhdraw.specH A D02-Mar-2005964 4333

README

1                                 Duh DRAW
2
3                   'Making a DOS-Free world a reality'
4
5      DuhDraw, written by Ben Fowler and maintained by Pekka Enberg, is a
6      Linux based Open Source clone of TheDRAW, a DOS based ASCII art editor.
7
8  Authors
9
10      Copyright (c) 1996 Ben Fowler
11      Copyright (c) 2002-2003 Pekka Enberg
12
13  License
14
15      Duh Draw is free software. You can distribute and/or modify it under the
16      terms of the GNU General Public License version 2 as published by the
17      Free Software Foundation. Please refer to the file LICENSE for details.
18
19  Using Duh Draw
20
21      Maximum Columns - 80 (Fixed)
22      Maximum Lines - 1000
23
24      Home - Beginning of Line/ANSI.
25      End  - End of Line/ANSI.
26      Page Up - Up 23 lines.
27      Page Down - Down 23 lines.
28
29      Delete - Delete character under cursor.
30
31      Insert - Toggle insert mode.
32      When insert mode is active 'In' appears in the status line.
33
34      F1 thru F10 - character in currently selected high ascii set.
35      Shift F1 thru Shift F10 - Select highascii set 1 thru 10.
36
37      High ascii sets 11, 12, 13, 14, 15 are accessed by pressing Alt->
38      or Alt-<.
39
40      Alt-A toggles attribute drawing mode.
41      When in attribute drawing mode 'Attr' will appear in the status
42      line. In this mode moving the cursor causes the character
43      newly under the cursor to acquire the current foreground
44      and background colors.
45
46      Alt-B does the block mode thing ALA XxxXxxx.
47      Block mode does not highlight the selected block area yet. It will.
48      You can now copy blocks.
49      Block mode mirror and invert work correctly and
50      mirror (or invert) highascii characters.
51      Translate will change all instances of one color to another
52      while preserving bright/normal intensity.
53      Selecting fill mode will bring up a sub menu to fill
54      using the current foreground color,background color,both foreground
55      and background color or any character you type.
56      You may use one of the highascii characters in the selected set
57      or press Alt-C to use  the last character picked up with Alt-P.
58
59      Alt-C draws using the last character picked up with Alt-P in the
60      current foreground/background color.
61
62      Alt-D toggles line drawing mode.
63      Line drawing uses whatever high ascii set you have selected.
64      Using high ascii sets above set 4 produces odd results.
65      Line drawing mode is not up to snuff yet but will be.
66
67      Alt-E prompts if you wish to erase the current page.
68      (Currently there is only one page).
69
70      Alt-F brings up the color bar where you select fore and back
71      colors. Cursor keys to select. Enter to accept.
72
73      Alt-H  Help screen.
74      Alt-I  Insert Line.
75      Alt-J  Insert Column.
76      Alt-K  Kill (Delete) Column.
77      Alt-L  Load file.
78      Alt-P  Pickup character under cursor.
79      Alt-S  Save file.
80      Alt-U  Use color under cursor.
81      Alt-X  Exit Duh DRAW.
82      Alt-Y  Yank (Delete) line.
83
84  Limitations
85
86      Animation mode is not supported.
87