summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2007-11-18 21:17:27 +0100
committerjcid <devnull@localhost>2007-11-18 21:17:27 +0100
commit256fc28baf951ab2a8a47c10fbbec3edcf28c96c (patch)
tree05fe989e477bbbdae9c1ceff40180c1e210f7239 /README
parent18b139e2f2e1cecb18d9d1e803ac5551b5a01d6c (diff)
copy image/link location
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 7205f28c..73ce0eb5 100644
--- a/README
+++ b/README
@@ -26,9 +26,9 @@ Advanced * viewport scrolling is not yet optimized (takes lots of CPU)
* you may experience crashes from "assert" statements from
unfinished code.
Fixed * context menus are not yet completely hooked or activated
- * Selecting text with the mouse is half hooked. This is, you
+Fixed * Selecting text with the mouse is half hooked. This is, you
can see the selected text in the terminal but can't paste.
- * Searching for text is not yet hooked. Look in test/ directory
+Advanced * Searching for text is not yet hooked. Look in test/ directory
of dw2 for an example of find text.
Advanced * Form elements are not yet hooked/implemented. You can look
in dw2' test/dw_ui_test.cc to see what's already done.