summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2018-12-28 17:25:28 -0800
committerGitHub <noreply@github.com>2018-12-28 17:25:28 -0800
commitbf9dfa2afdaa7a20d1152151519d3e34a1758a92 (patch)
tree8e7da81c8be479870979fc76ef29e92b50c8119d /test
parent6097bde83cfbaadf2247ae25c9272ee4a821fb35 (diff)
parentbf48acdbe53bd9fdebaa731831cea946f394350d (diff)
Merge pull request #11 from MatthiasWM/master
Fixing STR #2901, Fl_Browser formatting char
Diffstat (limited to 'test')
-rw-r--r--test/browser.cxx9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/browser.cxx b/test/browser.cxx
index 48edd302b..749a7ed83 100644
--- a/test/browser.cxx
+++ b/test/browser.cxx
@@ -44,6 +44,14 @@ That was a blank line above this.
@C1RED
@C2Green
@C4Blue
+@N@.Inactive
+
+@@ start line with '@'
+@.@ alternative start line with '@'
+@l@@ start tall line with '@'
+@s@@ start small line with '@'
+#s## start line with '#'
+#s#.# alternative start line with '#'
You should try different browser types:
Fl_Browser
@@ -164,6 +172,7 @@ int main(int argc, char **argv) {
browser->callback(b_cb);
// browser->scrollbar_right();
//browser->has_scrollbar(Fl_Browser::BOTH_ALWAYS);
+ //browser->format_char('#');
if (!browser->load(fname)) {
int done = 0;
#ifdef _MSC_VER