summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2010-12-04 12:03:08 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2010-12-04 12:03:08 +0000
commit2db2db587c171bde6a872853e590f3faa0b1073a (patch)
tree124369075d96d92ff770767755cf5d108384fffe /test
parent0861422c71187a019ec6c253da6f2d9c8d8a73d3 (diff)
Fixed typos and reformatted some lines that were longer than 80 characters.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7947 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test')
-rw-r--r--test/editor.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/editor.cxx b/test/editor.cxx
index 6a920edae..012224822 100644
--- a/test/editor.cxx
+++ b/test/editor.cxx
@@ -775,7 +775,8 @@ Fl_Window* new_view() {
w->editor = new Fl_Text_Editor(0, 30, 660, 370);
w->editor->textfont(FL_COURIER);
w->editor->textsize(TS);
- //w->editor->wrap_mode(Fl_Text_Editor::WRAP_AT_BOUNDS, 250);
+ //
+ w->editor->wrap_mode(Fl_Text_Editor::WRAP_AT_BOUNDS, 250);
w->editor->buffer(textbuf);
w->editor->highlight_data(stylebuf, styletable,
sizeof(styletable) / sizeof(styletable[0]),