--- !ruby/object:Gem::Specification
name: vedeu
version: !ruby/object:Gem::Version
  version: 0.8.9
platform: ruby
authors:
- Gavin Laking
autorequire: 
bindir: bin
cert_chain: []
date: 2016-01-26 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: guard
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - '='
      - !ruby/object:Gem::Version
        version: 2.13.0
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - '='
      - !ruby/object:Gem::Version
        version: 2.13.0
- !ruby/object:Gem::Dependency
  name: guard-minitest
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - '='
      - !ruby/object:Gem::Version
        version: 2.4.4
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - '='
      - !ruby/object:Gem::Version
        version: 2.4.4
- !ruby/object:Gem::Dependency
  name: guard-rubocop
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - '='
      - !ruby/object:Gem::Version
        version: 1.2.0
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - '='
      - !ruby/object:Gem::Version
        version: 1.2.0
- !ruby/object:Gem::Dependency
  name: minitest
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - '='
      - !ruby/object:Gem::Version
        version: 5.8.4
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - '='
      - !ruby/object:Gem::Version
        version: 5.8.4
- !ruby/object:Gem::Dependency
  name: minitest-reporters
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - '='
      - !ruby/object:Gem::Version
        version: 1.1.7
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - '='
      - !ruby/object:Gem::Version
        version: 1.1.7
- !ruby/object:Gem::Dependency
  name: mocha
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - '='
      - !ruby/object:Gem::Version
        version: 1.1.0
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - '='
      - !ruby/object:Gem::Version
        version: 1.1.0
- !ruby/object:Gem::Dependency
  name: rubocop
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - '='
      - !ruby/object:Gem::Version
        version: 0.36.0
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - '='
      - !ruby/object:Gem::Version
        version: 0.36.0
- !ruby/object:Gem::Dependency
  name: simplecov
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - '='
      - !ruby/object:Gem::Version
        version: 0.11.1
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - '='
      - !ruby/object:Gem::Version
        version: 0.11.1
- !ruby/object:Gem::Dependency
  name: simplecov-console
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - '='
      - !ruby/object:Gem::Version
        version: 0.3.0
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - '='
      - !ruby/object:Gem::Version
        version: 0.3.0
- !ruby/object:Gem::Dependency
  name: yard
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - '='
      - !ruby/object:Gem::Version
        version: 0.8.7.6
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - '='
      - !ruby/object:Gem::Version
        version: 0.8.7.6
- !ruby/object:Gem::Dependency
  name: bundler
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '1.10'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '1.10'
- !ruby/object:Gem::Dependency
  name: rake
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '10.4'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '10.4'
- !ruby/object:Gem::Dependency
  name: thor
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - '='
      - !ruby/object:Gem::Version
        version: 0.19.1
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - '='
      - !ruby/object:Gem::Version
        version: 0.19.1
- !ruby/object:Gem::Dependency
  name: vedeu_cli
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - '='
      - !ruby/object:Gem::Version
        version: 0.0.8
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - '='
      - !ruby/object:Gem::Version
        version: 0.0.8
description: A framework for building GUI/TUI terminal/console applications.
email:
- gavinlaking@gmail.com
executables:
- vedeu
- vedeu_drb_client
- vedeu_drb_server
- vedeu_test
extensions: []
extra_rdoc_files: []
files:
- ".codeclimate.yml"
- ".gitignore"
- ".rubocop.yml"
- ".ruby-version"
- ".travis.yml"
- ".yardopts"
- Dockerfile
- Gemfile
- Guardfile
- LICENSE.txt
- README.md
- Rakefile
- TODO.md
- benchmarks/array_vs_range.rb
- bin/vedeu
- bin/vedeu_drb_client
- bin/vedeu_drb_server
- bin/vedeu_test
- config/rubocop_enabled.yml
- docs/api.md
- docs/borders.md
- docs/buffer.md
- docs/cell.md
- docs/chars.md
- docs/colours_styles.md
- docs/configuration.md
- docs/cursors.md
- docs/dsl.md
- docs/dsl/borders.md
- docs/dsl/by_method/add_command.md
- docs/dsl/by_method/add_keypress.md
- docs/dsl/by_method/all_commands.md
- docs/dsl/by_method/all_keypresses.md
- docs/dsl/by_method/background_colours.md
- docs/dsl/by_method/bind.md
- docs/dsl/by_method/bind_alias.md
- docs/dsl/by_method/border.md
- docs/dsl/by_method/borders.md
- docs/dsl/by_method/bottom.md
- docs/dsl/by_method/bottom_horizontal.md
- docs/dsl/by_method/bottom_left.md
- docs/dsl/by_method/bottom_right.md
- docs/dsl/by_method/bound.md
- docs/dsl/by_method/buffer_update.md
- docs/dsl/by_method/buffer_write.md
- docs/dsl/by_method/buffers.md
- docs/dsl/by_method/caption.md
- docs/dsl/by_method/clear.md
- docs/dsl/by_method/clear_by_group.md
- docs/dsl/by_method/clear_by_name.md
- docs/dsl/by_method/clear_content_by_name.md
- docs/dsl/by_method/clock_time.md
- docs/dsl/by_method/configuration.md
- docs/dsl/by_method/configure.md
- docs/dsl/by_method/cursor.md
- docs/dsl/by_method/cursors.md
- docs/dsl/by_method/debug.md
- docs/dsl/by_method/direct_write.md
- docs/dsl/by_method/disable.md
- docs/dsl/by_method/documents.md
- docs/dsl/by_method/drb_restart.md
- docs/dsl/by_method/drb_start.md
- docs/dsl/by_method/drb_status.md
- docs/dsl/by_method/drb_stop.md
- docs/dsl/by_method/enable.md
- docs/dsl/by_method/events.md
- docs/dsl/by_method/exit.md
- docs/dsl/by_method/focus.md
- docs/dsl/by_method/focus_by_name.md
- docs/dsl/by_method/focus_next.md
- docs/dsl/by_method/focus_previous.md
- docs/dsl/by_method/focussed.md
- docs/dsl/by_method/foreground_colours.md
- docs/dsl/by_method/geometries.md
- docs/dsl/by_method/geometry.md
- docs/dsl/by_method/geometry/align.md
- docs/dsl/by_method/geometry/align_bottom.md
- docs/dsl/by_method/geometry/align_centre.md
- docs/dsl/by_method/geometry/align_left.md
- docs/dsl/by_method/geometry/align_middle.md
- docs/dsl/by_method/geometry/align_right.md
- docs/dsl/by_method/geometry/align_top.md
- docs/dsl/by_method/geometry/columns.md
- docs/dsl/by_method/geometry/height.md
- docs/dsl/by_method/geometry/horizontal_alignment.md
- docs/dsl/by_method/geometry/rows.md
- docs/dsl/by_method/geometry/vertical_alignment.md
- docs/dsl/by_method/geometry/width.md
- docs/dsl/by_method/geometry/x.md
- docs/dsl/by_method/geometry/xn.md
- docs/dsl/by_method/geometry/y.md
- docs/dsl/by_method/geometry/yn.md
- docs/dsl/by_method/goto.md
- docs/dsl/by_method/group.md
- docs/dsl/by_method/groups.md
- docs/dsl/by_method/height.md
- docs/dsl/by_method/hide_cursor.md
- docs/dsl/by_method/hide_group.md
- docs/dsl/by_method/hide_interface.md
- docs/dsl/by_method/horizontal.md
- docs/dsl/by_method/interface.md
- docs/dsl/by_method/interfaces.md
- docs/dsl/by_method/keymap.md
- docs/dsl/by_method/keymap/interface.md
- docs/dsl/by_method/keymap/key.md
- docs/dsl/by_method/keymap/name.md
- docs/dsl/by_method/keymaps.md
- docs/dsl/by_method/keypress.md
- docs/dsl/by_method/last_command.md
- docs/dsl/by_method/last_keypress.md
- docs/dsl/by_method/left.md
- docs/dsl/by_method/left_vertical.md
- docs/dsl/by_method/log.md
- docs/dsl/by_method/log_stderr.md
- docs/dsl/by_method/log_stdout.md
- docs/dsl/by_method/log_timestamp.md
- docs/dsl/by_method/menu.md
- docs/dsl/by_method/menus.md
- docs/dsl/by_method/profile.md
- docs/dsl/by_method/read.md
- docs/dsl/by_method/ready.md
- docs/dsl/by_method/refresh.md
- docs/dsl/by_method/render.md
- docs/dsl/by_method/render_output.md
- docs/dsl/by_method/renderer.md
- docs/dsl/by_method/renderers.md
- docs/dsl/by_method/renders.md
- docs/dsl/by_method/resize.md
- docs/dsl/by_method/right.md
- docs/dsl/by_method/right_vertical.md
- docs/dsl/by_method/show_cursor.md
- docs/dsl/by_method/show_group.md
- docs/dsl/by_method/show_interface.md
- docs/dsl/by_method/timer.md
- docs/dsl/by_method/title.md
- docs/dsl/by_method/toggle_cursor.md
- docs/dsl/by_method/toggle_group.md
- docs/dsl/by_method/toggle_interface.md
- docs/dsl/by_method/top.md
- docs/dsl/by_method/top_horizontal.md
- docs/dsl/by_method/top_left.md
- docs/dsl/by_method/top_right.md
- docs/dsl/by_method/trigger.md
- docs/dsl/by_method/unbind.md
- docs/dsl/by_method/unbind_alias.md
- docs/dsl/by_method/vertical.md
- docs/dsl/by_method/view.md
- docs/dsl/by_method/view/stream.md
- docs/dsl/by_method/views.md
- docs/dsl/by_method/width.md
- docs/dsl/by_method/write.md
- docs/dsl_elements.md
- docs/events.md
- docs/events/application.md
- docs/events/by_name/action.md
- docs/events/by_name/aliases/geometry_down.md
- docs/events/by_name/aliases/geometry_left.md
- docs/events/by_name/aliases/geometry_right.md
- docs/events/by_name/aliases/geometry_up.md
- docs/events/by_name/cleanup.md
- docs/events/by_name/clear.md
- docs/events/by_name/clear_group.md
- docs/events/by_name/clear_view.md
- docs/events/by_name/clear_view_content.md
- docs/events/by_name/command.md
- docs/events/by_name/cursor_bottom.md
- docs/events/by_name/cursor_down.md
- docs/events/by_name/cursor_hide.md
- docs/events/by_name/cursor_left.md
- docs/events/by_name/cursor_origin.md
- docs/events/by_name/cursor_position.md
- docs/events/by_name/cursor_reposition.md
- docs/events/by_name/cursor_reset.md
- docs/events/by_name/cursor_right.md
- docs/events/by_name/cursor_show.md
- docs/events/by_name/cursor_top.md
- docs/events/by_name/cursor_up.md
- docs/events/by_name/drb_input.md
- docs/events/by_name/drb_restart.md
- docs/events/by_name/drb_retrieve_output.md
- docs/events/by_name/drb_start.md
- docs/events/by_name/drb_status.md
- docs/events/by_name/drb_stop.md
- docs/events/by_name/drb_store_output.md
- docs/events/by_name/editor.md
- docs/events/by_name/editor_delete_character.md
- docs/events/by_name/editor_delete_line.md
- docs/events/by_name/editor_down.md
- docs/events/by_name/editor_execute.md
- docs/events/by_name/editor_insert_character.md
- docs/events/by_name/editor_insert_line.md
- docs/events/by_name/editor_left.md
- docs/events/by_name/editor_right.md
- docs/events/by_name/editor_up.md
- docs/events/by_name/exit.md
- docs/events/by_name/focus_by_name.md
- docs/events/by_name/focus_next.md
- docs/events/by_name/focus_prev.md
- docs/events/by_name/goto.md
- docs/events/by_name/hide_cursor.md
- docs/events/by_name/hide_group.md
- docs/events/by_name/hide_interface.md
- docs/events/by_name/hide_view.md
- docs/events/by_name/initialize.md
- docs/events/by_name/keypress.md
- docs/events/by_name/log.md
- docs/events/by_name/maximise.md
- docs/events/by_name/menu_bottom.md
- docs/events/by_name/menu_current.md
- docs/events/by_name/menu_deselect.md
- docs/events/by_name/menu_items.md
- docs/events/by_name/menu_next.md
- docs/events/by_name/menu_prev.md
- docs/events/by_name/menu_select.md
- docs/events/by_name/menu_selected.md
- docs/events/by_name/menu_top.md
- docs/events/by_name/menu_view.md
- docs/events/by_name/mode_switch.md
- docs/events/by_name/mouse_event.md
- docs/events/by_name/movement_refresh.md
- docs/events/by_name/refresh.md
- docs/events/by_name/refresh_border.md
- docs/events/by_name/refresh_cursor.md
- docs/events/by_name/refresh_group.md
- docs/events/by_name/refresh_view.md
- docs/events/by_name/refresh_view_content.md
- docs/events/by_name/resize.md
- docs/events/by_name/set_border_caption.md
- docs/events/by_name/set_border_title.md
- docs/events/by_name/show_cursor.md
- docs/events/by_name/show_group.md
- docs/events/by_name/show_interface.md
- docs/events/by_name/show_view.md
- docs/events/by_name/standalone.md
- docs/events/by_name/toggle_cursor.md
- docs/events/by_name/toggle_group.md
- docs/events/by_name/toggle_interface.md
- docs/events/by_name/toggle_view.md
- docs/events/by_name/unmaximise.md
- docs/events/by_name/view_down.md
- docs/events/by_name/view_left.md
- docs/events/by_name/view_right.md
- docs/events/by_name/view_up.md
- docs/events/document.md
- docs/events/drb.md
- docs/events/focus.md
- docs/events/menu.md
- docs/events/movement.md
- docs/events/refresh.md
- docs/events/system.md
- docs/events/view.md
- docs/events/visibility.md
- docs/geometry.md
- docs/getting_started.md
- docs/group.md
- docs/input.md
- docs/interfaces.md
- docs/keymaps.md
- docs/lines.md
- docs/object_graph.md
- docs/output.md
- docs/streams.md
- docs/template.md
- docs/view.md
- examples/dsl_alignment.rb
- examples/dsl_colours.rb
- examples/dsl_demo_groups.rb
- examples/dsl_editor.rb
- examples/dsl_hello_worlds.rb
- examples/dsl_horizontal_alignment.rb
- examples/dsl_menus.rb
- examples/dsl_vertical_alignment.rb
- examples/views/_interfaces.rb
- examples/views/empty_template.rb
- examples/views/expected/vedeu_full_screen.html
- examples/views/expected/vedeu_full_screen.json
- examples/views/expected/vedeu_full_screen.out
- examples/views/expected/vedeu_full_screen.txt
- examples/views/full_screen.rb
- examples/views/misc_view.rb
- examples/views/wordwrap.rb
- examples/views/wordwrap.txt
- integrations/342_streams.rb
- integrations/dsl_app_001.rb
- integrations/dsl_app_002.rb
- integrations/dsl_app_003.rb
- integrations/dsl_app_004.rb
- integrations/dsl_app_005.rb
- integrations/dsl_app_006.rb
- integrations/dsl_app_007.rb
- integrations/dsl_app_008.rb
- integrations/dsl_app_009.rb
- integrations/dsl_app_010.rb
- integrations/dsl_app_011.rb
- integrations/dsl_app_012.rb
- integrations/dsl_app_013.rb
- integrations/dsl_app_014.rb
- integrations/dsl_app_015.rb
- integrations/dsl_app_016.rb
- integrations/dsl_app_017.rb
- integrations/dsl_app_018.rb
- integrations/dsl_app_019.rb
- integrations/dsl_app_020.rb
- integrations/dsl_app_021.rb
- integrations/dsl_app_022.rb
- integrations/dsl_app_border_001.rb
- integrations/dsl_app_border_002.rb
- integrations/dsl_app_border_003.rb
- integrations/dsl_app_border_004.rb
- integrations/dsl_app_border_005.rb
- integrations/expected/342_streams.out
- integrations/expected/dsl_app_001.out
- integrations/expected/dsl_app_002.out
- integrations/expected/dsl_app_003.out
- integrations/expected/dsl_app_004.out
- integrations/expected/dsl_app_005.out
- integrations/expected/dsl_app_006.out
- integrations/expected/dsl_app_007.out
- integrations/expected/dsl_app_008.out
- integrations/expected/dsl_app_009.out
- integrations/expected/dsl_app_010.out
- integrations/expected/dsl_app_011.out
- integrations/expected/dsl_app_012.out
- integrations/expected/dsl_app_013.out
- integrations/expected/dsl_app_014.out
- integrations/expected/dsl_app_015.out
- integrations/expected/dsl_app_016.out
- integrations/expected/dsl_app_021.out
- integrations/expected/dsl_app_022.out
- integrations/expected/dsl_app_border_001.out
- integrations/expected/dsl_app_border_002.out
- integrations/expected/dsl_app_border_003.out
- integrations/expected/dsl_app_border_004.out
- integrations/expected/dsl_app_border_005.out
- integrations/support/test_interface.rb
- integrations/support/test_interface_021.rb
- integrations/support/test_interface_022.rb
- integrations/test_runner.sh
- lib/vedeu.rb
- lib/vedeu/all.rb
- lib/vedeu/application/all.rb
- lib/vedeu/application/application_controller.rb
- lib/vedeu/application/application_helper.rb
- lib/vedeu/application/application_view.rb
- lib/vedeu/application/controller.rb
- lib/vedeu/application/helper.rb
- lib/vedeu/application/view.rb
- lib/vedeu/boolean.rb
- lib/vedeu/borders/all.rb
- lib/vedeu/borders/border.rb
- lib/vedeu/borders/caption.rb
- lib/vedeu/borders/dsl.rb
- lib/vedeu/borders/refresh.rb
- lib/vedeu/borders/repository.rb
- lib/vedeu/borders/title.rb
- lib/vedeu/buffers/all.rb
- lib/vedeu/buffers/buffer.rb
- lib/vedeu/buffers/empty.rb
- lib/vedeu/buffers/null.rb
- lib/vedeu/buffers/refresh.rb
- lib/vedeu/buffers/repository.rb
- lib/vedeu/buffers/terminal.rb
- lib/vedeu/buffers/view.rb
- lib/vedeu/cells/all.rb
- lib/vedeu/cells/border.rb
- lib/vedeu/cells/borders/all.rb
- lib/vedeu/cells/borders/corner.rb
- lib/vedeu/cells/borders/edges/all.rb
- lib/vedeu/cells/borders/edges/bottom_horizontal.rb
- lib/vedeu/cells/borders/edges/left_vertical.rb
- lib/vedeu/cells/borders/edges/right_vertical.rb
- lib/vedeu/cells/borders/edges/top_horizontal.rb
- lib/vedeu/cells/borders/horizontal.rb
- lib/vedeu/cells/borders/vertical.rb
- lib/vedeu/cells/borders/vertices/all.rb
- lib/vedeu/cells/borders/vertices/bottom_left.rb
- lib/vedeu/cells/borders/vertices/bottom_right.rb
- lib/vedeu/cells/borders/vertices/top_left.rb
- lib/vedeu/cells/borders/vertices/top_right.rb
- lib/vedeu/cells/char.rb
- lib/vedeu/cells/clear.rb
- lib/vedeu/cells/cursor.rb
- lib/vedeu/cells/empty.rb
- lib/vedeu/cells/escape.rb
- lib/vedeu/cells/support/all.rb
- lib/vedeu/cells/support/html.rb
- lib/vedeu/coercers/alignment.rb
- lib/vedeu/coercers/all.rb
- lib/vedeu/coercers/chars.rb
- lib/vedeu/coercers/coercer.rb
- lib/vedeu/coercers/colour.rb
- lib/vedeu/coercers/colour_attributes.rb
- lib/vedeu/coercers/editor_line.rb
- lib/vedeu/coercers/editor_lines.rb
- lib/vedeu/coercers/horizontal_alignment.rb
- lib/vedeu/coercers/lines.rb
- lib/vedeu/coercers/page.rb
- lib/vedeu/coercers/position.rb
- lib/vedeu/coercers/row.rb
- lib/vedeu/coercers/streams.rb
- lib/vedeu/coercers/style.rb
- lib/vedeu/coercers/vertical_alignment.rb
- lib/vedeu/colours/all.rb
- lib/vedeu/colours/background.rb
- lib/vedeu/colours/backgrounds.rb
- lib/vedeu/colours/colour.rb
- lib/vedeu/colours/foreground.rb
- lib/vedeu/colours/foregrounds.rb
- lib/vedeu/colours/repository.rb
- lib/vedeu/colours/translator.rb
- lib/vedeu/colours/validator.rb
- lib/vedeu/common.rb
- lib/vedeu/configuration/all.rb
- lib/vedeu/configuration/api.rb
- lib/vedeu/configuration/configuration.rb
- lib/vedeu/cursors/all.rb
- lib/vedeu/cursors/coordinate.rb
- lib/vedeu/cursors/cursor.rb
- lib/vedeu/cursors/dsl.rb
- lib/vedeu/cursors/move.rb
- lib/vedeu/cursors/refresh.rb
- lib/vedeu/cursors/reposition.rb
- lib/vedeu/cursors/repository.rb
- lib/vedeu/distributed/all.rb
- lib/vedeu/distributed/client.rb
- lib/vedeu/distributed/server.rb
- lib/vedeu/distributed/subprocess.rb
- lib/vedeu/distributed/templates/default_application.vedeu
- lib/vedeu/distributed/templates/default_borders.vedeu
- lib/vedeu/distributed/templates/default_configuration.vedeu
- lib/vedeu/distributed/templates/default_events.vedeu
- lib/vedeu/distributed/templates/default_geometries.vedeu
- lib/vedeu/distributed/templates/default_interfaces.vedeu
- lib/vedeu/distributed/templates/default_keymaps.vedeu
- lib/vedeu/distributed/templates/default_menus.vedeu
- lib/vedeu/distributed/templates/default_views.vedeu
- lib/vedeu/distributed/test_application.rb
- lib/vedeu/distributed/uri.rb
- lib/vedeu/dsl/all.rb
- lib/vedeu/dsl/border.rb
- lib/vedeu/dsl/cursors.rb
- lib/vedeu/dsl/dsl.rb
- lib/vedeu/dsl/elements.rb
- lib/vedeu/dsl/geometry.rb
- lib/vedeu/dsl/helpers/align.rb
- lib/vedeu/dsl/helpers/all.rb
- lib/vedeu/dsl/helpers/attributes.rb
- lib/vedeu/dsl/helpers/text.rb
- lib/vedeu/dsl/helpers/truncate.rb
- lib/vedeu/dsl/helpers/wordwrap.rb
- lib/vedeu/dsl/presentation.rb
- lib/vedeu/dsl/use.rb
- lib/vedeu/dsl/view.rb
- lib/vedeu/dsl/views.rb
- lib/vedeu/editor/all.rb
- lib/vedeu/editor/collection.rb
- lib/vedeu/editor/cropper.rb
- lib/vedeu/editor/cursor.rb
- lib/vedeu/editor/delete.rb
- lib/vedeu/editor/document.rb
- lib/vedeu/editor/editor.rb
- lib/vedeu/editor/insert.rb
- lib/vedeu/editor/item.rb
- lib/vedeu/editor/line.rb
- lib/vedeu/editor/lines.rb
- lib/vedeu/editor/repository.rb
- lib/vedeu/error.rb
- lib/vedeu/esc/actions.rb
- lib/vedeu/esc/all.rb
- lib/vedeu/esc/background.rb
- lib/vedeu/esc/borders.rb
- lib/vedeu/esc/colours.rb
- lib/vedeu/esc/esc.rb
- lib/vedeu/esc/foreground.rb
- lib/vedeu/esc/mouse.rb
- lib/vedeu/events/aliases.rb
- lib/vedeu/events/all.rb
- lib/vedeu/events/collection.rb
- lib/vedeu/events/event.rb
- lib/vedeu/events/repository.rb
- lib/vedeu/events/trigger.rb
- lib/vedeu/geometries/all.rb
- lib/vedeu/geometries/area/all.rb
- lib/vedeu/geometries/area/area.rb
- lib/vedeu/geometries/area/dimension.rb
- lib/vedeu/geometries/area/x_dimension.rb
- lib/vedeu/geometries/area/y_dimension.rb
- lib/vedeu/geometries/dsl/all.rb
- lib/vedeu/geometries/dsl/dsl.rb
- lib/vedeu/geometries/dsl/grid.rb
- lib/vedeu/geometries/geometry.rb
- lib/vedeu/geometries/move.rb
- lib/vedeu/geometries/position.rb
- lib/vedeu/geometries/repository.rb
- lib/vedeu/groups/all.rb
- lib/vedeu/groups/clear.rb
- lib/vedeu/groups/dsl.rb
- lib/vedeu/groups/group.rb
- lib/vedeu/groups/refresh.rb
- lib/vedeu/groups/repository.rb
- lib/vedeu/input/all.rb
- lib/vedeu/input/capture.rb
- lib/vedeu/input/dsl.rb
- lib/vedeu/input/key.rb
- lib/vedeu/input/keymap.rb
- lib/vedeu/input/keys.rb
- lib/vedeu/input/mapper.rb
- lib/vedeu/input/mouse.rb
- lib/vedeu/input/raw.rb
- lib/vedeu/input/read.rb
- lib/vedeu/input/repository.rb
- lib/vedeu/input/store.rb
- lib/vedeu/input/translator.rb
- lib/vedeu/interfaces/all.rb
- lib/vedeu/interfaces/clear.rb
- lib/vedeu/interfaces/dsl.rb
- lib/vedeu/interfaces/interface.rb
- lib/vedeu/interfaces/null.rb
- lib/vedeu/interfaces/repository.rb
- lib/vedeu/logging/all.rb
- lib/vedeu/logging/clock_time.rb
- lib/vedeu/logging/debug.rb
- lib/vedeu/logging/lockless_log_device.rb
- lib/vedeu/logging/log.rb
- lib/vedeu/logging/mono_logger.rb
- lib/vedeu/logging/timer.rb
- lib/vedeu/menus/all.rb
- lib/vedeu/menus/dsl.rb
- lib/vedeu/menus/menu.rb
- lib/vedeu/menus/repository.rb
- lib/vedeu/models/all.rb
- lib/vedeu/models/focus.rb
- lib/vedeu/models/page.rb
- lib/vedeu/models/row.rb
- lib/vedeu/models/toggleable.rb
- lib/vedeu/null/all.rb
- lib/vedeu/null/generic.rb
- lib/vedeu/output/all.rb
- lib/vedeu/output/compressor.rb
- lib/vedeu/output/compressor_cache.rb
- lib/vedeu/output/output.rb
- lib/vedeu/output/refresh.rb
- lib/vedeu/output/viewport.rb
- lib/vedeu/output/write.rb
- lib/vedeu/plugins/all.rb
- lib/vedeu/plugins/plugin.rb
- lib/vedeu/plugins/plugins.rb
- lib/vedeu/presentation/all.rb
- lib/vedeu/presentation/colour.rb
- lib/vedeu/presentation/position.rb
- lib/vedeu/presentation/presentation.rb
- lib/vedeu/presentation/style.rb
- lib/vedeu/presentation/styles.rb
- lib/vedeu/renderers/all.rb
- lib/vedeu/renderers/escape.rb
- lib/vedeu/renderers/file.rb
- lib/vedeu/renderers/html.rb
- lib/vedeu/renderers/json.rb
- lib/vedeu/renderers/options.rb
- lib/vedeu/renderers/templates/html_renderer.vedeu
- lib/vedeu/renderers/terminal.rb
- lib/vedeu/renderers/text.rb
- lib/vedeu/repositories/all.rb
- lib/vedeu/repositories/assemblage.rb
- lib/vedeu/repositories/collection.rb
- lib/vedeu/repositories/defaults.rb
- lib/vedeu/repositories/model.rb
- lib/vedeu/repositories/registerable.rb
- lib/vedeu/repositories/repositories.rb
- lib/vedeu/repositories/repository.rb
- lib/vedeu/repositories/storage.rb
- lib/vedeu/repositories/store.rb
- lib/vedeu/runtime/all.rb
- lib/vedeu/runtime/application.rb
- lib/vedeu/runtime/bootstrap.rb
- lib/vedeu/runtime/flags.rb
- lib/vedeu/runtime/launcher.rb
- lib/vedeu/runtime/main_loop.rb
- lib/vedeu/runtime/router.rb
- lib/vedeu/runtime/traps.rb
- lib/vedeu/sentence.rb
- lib/vedeu/support/point.rb
- lib/vedeu/support/x_coordinate.rb
- lib/vedeu/support/y_coordinate.rb
- lib/vedeu/templating/all.rb
- lib/vedeu/templating/decoder.rb
- lib/vedeu/templating/encoder.rb
- lib/vedeu/templating/helpers.rb
- lib/vedeu/templating/template.rb
- lib/vedeu/templating/view_template.rb
- lib/vedeu/terminal/all.rb
- lib/vedeu/terminal/mode.rb
- lib/vedeu/terminal/terminal.rb
- lib/vedeu/version.rb
- lib/vedeu/views/all.rb
- lib/vedeu/views/chars.rb
- lib/vedeu/views/composition.rb
- lib/vedeu/views/default_attributes.rb
- lib/vedeu/views/line.rb
- lib/vedeu/views/lines.rb
- lib/vedeu/views/stream.rb
- lib/vedeu/views/streams.rb
- lib/vedeu/views/value.rb
- lib/vedeu/views/view.rb
- lib/vedeu/views/views.rb
- test/lib/vedeu/application/application_controller_test.rb
- test/lib/vedeu/application/application_helper_test.rb
- test/lib/vedeu/application/application_view_test.rb
- test/lib/vedeu/application/controller_test.rb
- test/lib/vedeu/application/helper_test.rb
- test/lib/vedeu/application/view_test.rb
- test/lib/vedeu/boolean_test.rb
- test/lib/vedeu/borders/border_test.rb
- test/lib/vedeu/borders/caption_test.rb
- test/lib/vedeu/borders/dsl_test.rb
- test/lib/vedeu/borders/refresh_test.rb
- test/lib/vedeu/borders/repository_test.rb
- test/lib/vedeu/borders/title_test.rb
- test/lib/vedeu/buffers/buffer_test.rb
- test/lib/vedeu/buffers/empty_test.rb
- test/lib/vedeu/buffers/null_test.rb
- test/lib/vedeu/buffers/refresh_test.rb
- test/lib/vedeu/buffers/repository_test.rb
- test/lib/vedeu/buffers/terminal_test.rb
- test/lib/vedeu/buffers/view_test.rb
- test/lib/vedeu/cells/border_test.rb
- test/lib/vedeu/cells/borders/corner_test.rb
- test/lib/vedeu/cells/borders/edges/bottom_horizontal_test.rb
- test/lib/vedeu/cells/borders/edges/left_vertical_test.rb
- test/lib/vedeu/cells/borders/edges/right_vertical_test.rb
- test/lib/vedeu/cells/borders/edges/top_horizontal_test.rb
- test/lib/vedeu/cells/borders/horizontal_test.rb
- test/lib/vedeu/cells/borders/vertical_test.rb
- test/lib/vedeu/cells/borders/vertices/bottom_left_test.rb
- test/lib/vedeu/cells/borders/vertices/bottom_right_test.rb
- test/lib/vedeu/cells/borders/vertices/top_left_test.rb
- test/lib/vedeu/cells/borders/vertices/top_right_test.rb
- test/lib/vedeu/cells/char_test.rb
- test/lib/vedeu/cells/clear_test.rb
- test/lib/vedeu/cells/cursor_test.rb
- test/lib/vedeu/cells/empty_test.rb
- test/lib/vedeu/cells/escape_test.rb
- test/lib/vedeu/cells/support/html_test.rb
- test/lib/vedeu/coercers/alignment_test.rb
- test/lib/vedeu/coercers/chars_test.rb
- test/lib/vedeu/coercers/coercer_test.rb
- test/lib/vedeu/coercers/colour_attributes_test.rb
- test/lib/vedeu/coercers/colour_test.rb
- test/lib/vedeu/coercers/editor_line_test.rb
- test/lib/vedeu/coercers/editor_lines_test.rb
- test/lib/vedeu/coercers/horizontal_alignment_test.rb
- test/lib/vedeu/coercers/lines_test.rb
- test/lib/vedeu/coercers/page_test.rb
- test/lib/vedeu/coercers/position_test.rb
- test/lib/vedeu/coercers/row_test.rb
- test/lib/vedeu/coercers/streams_test.rb
- test/lib/vedeu/coercers/style_test.rb
- test/lib/vedeu/coercers/vertical_alignment_test.rb
- test/lib/vedeu/colours/background_test.rb
- test/lib/vedeu/colours/backgrounds_test.rb
- test/lib/vedeu/colours/colour_test.rb
- test/lib/vedeu/colours/foreground_test.rb
- test/lib/vedeu/colours/foregrounds_test.rb
- test/lib/vedeu/colours/repository_test.rb
- test/lib/vedeu/colours/translator_test.rb
- test/lib/vedeu/colours/validator_test.rb
- test/lib/vedeu/common_test.rb
- test/lib/vedeu/configuration/api_test.rb
- test/lib/vedeu/configuration/configuration_test.rb
- test/lib/vedeu/cursors/coordinate_test.rb
- test/lib/vedeu/cursors/cursor_test.rb
- test/lib/vedeu/cursors/dsl_test.rb
- test/lib/vedeu/cursors/move_test.rb
- test/lib/vedeu/cursors/refresh_test.rb
- test/lib/vedeu/cursors/reposition_test.rb
- test/lib/vedeu/cursors/repository_test.rb
- test/lib/vedeu/distributed/client_test.rb
- test/lib/vedeu/distributed/server_test.rb
- test/lib/vedeu/distributed/subprocess_test.rb
- test/lib/vedeu/distributed/test_application_test.rb
- test/lib/vedeu/distributed/uri_test.rb
- test/lib/vedeu/dsl/border_test.rb
- test/lib/vedeu/dsl/cursors_test.rb
- test/lib/vedeu/dsl/dsl_test.rb
- test/lib/vedeu/dsl/elements_test.rb
- test/lib/vedeu/dsl/geometry_test.rb
- test/lib/vedeu/dsl/helpers/align_test.rb
- test/lib/vedeu/dsl/helpers/attributes_test.rb
- test/lib/vedeu/dsl/helpers/text_test.rb
- test/lib/vedeu/dsl/helpers/truncate_test.rb
- test/lib/vedeu/dsl/helpers/wordwrap_test.rb
- test/lib/vedeu/dsl/presentation_test.rb
- test/lib/vedeu/dsl/use_test.rb
- test/lib/vedeu/dsl/view_test.rb
- test/lib/vedeu/dsl/views_test.rb
- test/lib/vedeu/editor/collection_test.rb
- test/lib/vedeu/editor/cropper_test.rb
- test/lib/vedeu/editor/cursor_test.rb
- test/lib/vedeu/editor/delete_test.rb
- test/lib/vedeu/editor/document_test.rb
- test/lib/vedeu/editor/editor_test.rb
- test/lib/vedeu/editor/insert_test.rb
- test/lib/vedeu/editor/item_test.rb
- test/lib/vedeu/editor/line_test.rb
- test/lib/vedeu/editor/lines_test.rb
- test/lib/vedeu/editor/repository_test.rb
- test/lib/vedeu/error_test.rb
- test/lib/vedeu/esc/actions_test.rb
- test/lib/vedeu/esc/background_test.rb
- test/lib/vedeu/esc/borders_test.rb
- test/lib/vedeu/esc/colours_test.rb
- test/lib/vedeu/esc/esc_test.rb
- test/lib/vedeu/esc/foreground_test.rb
- test/lib/vedeu/esc/mouse_test.rb
- test/lib/vedeu/events/aliases_test.rb
- test/lib/vedeu/events/collection_test.rb
- test/lib/vedeu/events/event_test.rb
- test/lib/vedeu/events/repository_test.rb
- test/lib/vedeu/events/trigger_test.rb
- test/lib/vedeu/geometries/area/area_test.rb
- test/lib/vedeu/geometries/area/dimension_test.rb
- test/lib/vedeu/geometries/area/x_dimension_test.rb
- test/lib/vedeu/geometries/area/y_dimension_test.rb
- test/lib/vedeu/geometries/dsl/dsl_test.rb
- test/lib/vedeu/geometries/dsl/grid_test.rb
- test/lib/vedeu/geometries/geometry_test.rb
- test/lib/vedeu/geometries/move_test.rb
- test/lib/vedeu/geometries/position_test.rb
- test/lib/vedeu/geometries/repository_test.rb
- test/lib/vedeu/groups/clear_test.rb
- test/lib/vedeu/groups/dsl_test.rb
- test/lib/vedeu/groups/group_test.rb
- test/lib/vedeu/groups/refresh_test.rb
- test/lib/vedeu/groups/repository_test.rb
- test/lib/vedeu/input/capture_test.rb
- test/lib/vedeu/input/dsl_test.rb
- test/lib/vedeu/input/key_test.rb
- test/lib/vedeu/input/keymap_test.rb
- test/lib/vedeu/input/keys_test.rb
- test/lib/vedeu/input/mapper_test.rb
- test/lib/vedeu/input/mouse_test.rb
- test/lib/vedeu/input/raw_test.rb
- test/lib/vedeu/input/read_test.rb
- test/lib/vedeu/input/repository_test.rb
- test/lib/vedeu/input/store_test.rb
- test/lib/vedeu/input/translator_test.rb
- test/lib/vedeu/interfaces/clear_test.rb
- test/lib/vedeu/interfaces/dsl_test.rb
- test/lib/vedeu/interfaces/interface_test.rb
- test/lib/vedeu/interfaces/null_test.rb
- test/lib/vedeu/interfaces/repository_test.rb
- test/lib/vedeu/logging/clock_time_test.rb
- test/lib/vedeu/logging/debug_test.rb
- test/lib/vedeu/logging/lockless_log_device_test.rb
- test/lib/vedeu/logging/log_test.rb
- test/lib/vedeu/logging/mono_logger_test.rb
- test/lib/vedeu/logging/timer_test.rb
- test/lib/vedeu/menus/dsl_test.rb
- test/lib/vedeu/menus/menu_test.rb
- test/lib/vedeu/menus/repository_test.rb
- test/lib/vedeu/models/focus_test.rb
- test/lib/vedeu/models/page_test.rb
- test/lib/vedeu/models/row_test.rb
- test/lib/vedeu/models/toggleable_test.rb
- test/lib/vedeu/null/generic_test.rb
- test/lib/vedeu/output/compressor_cache_test.rb
- test/lib/vedeu/output/compressor_test.rb
- test/lib/vedeu/output/output_test.rb
- test/lib/vedeu/output/refresh_test.rb
- test/lib/vedeu/output/viewport_test.rb
- test/lib/vedeu/output/write_test.rb
- test/lib/vedeu/plugins/plugin_test.rb
- test/lib/vedeu/plugins/plugins_test.rb
- test/lib/vedeu/presentation/colour_test.rb
- test/lib/vedeu/presentation/position_test.rb
- test/lib/vedeu/presentation/presentation_test.rb
- test/lib/vedeu/presentation/style_test.rb
- test/lib/vedeu/presentation/styles_test.rb
- test/lib/vedeu/renderers/all_test.rb
- test/lib/vedeu/renderers/file_test.rb
- test/lib/vedeu/renderers/html_test.rb
- test/lib/vedeu/renderers/json_test.rb
- test/lib/vedeu/renderers/options_test.rb
- test/lib/vedeu/renderers/terminal_test.rb
- test/lib/vedeu/renderers/text_test.rb
- test/lib/vedeu/repositories/assemblage_test.rb
- test/lib/vedeu/repositories/collection_test.rb
- test/lib/vedeu/repositories/defaults_test.rb
- test/lib/vedeu/repositories/model_test.rb
- test/lib/vedeu/repositories/registerable_test.rb
- test/lib/vedeu/repositories/repositories_test.rb
- test/lib/vedeu/repositories/repository_test.rb
- test/lib/vedeu/repositories/storage_test.rb
- test/lib/vedeu/repositories/store_test.rb
- test/lib/vedeu/runtime/application_test.rb
- test/lib/vedeu/runtime/bootstrap_test.rb
- test/lib/vedeu/runtime/flags_test.rb
- test/lib/vedeu/runtime/launcher_test.rb
- test/lib/vedeu/runtime/main_loop_test.rb
- test/lib/vedeu/runtime/router_test.rb
- test/lib/vedeu/runtime/traps_test.rb
- test/lib/vedeu/sentence_test.rb
- test/lib/vedeu/support/point_test.rb
- test/lib/vedeu/support/x_coordinate_test.rb
- test/lib/vedeu/support/y_coordinate_test.rb
- test/lib/vedeu/templating/decoder_test.rb
- test/lib/vedeu/templating/encoder_test.rb
- test/lib/vedeu/templating/helpers_test.rb
- test/lib/vedeu/templating/template_test.rb
- test/lib/vedeu/templating/view_template_test.rb
- test/lib/vedeu/terminal/mode_test.rb
- test/lib/vedeu/terminal/terminal_test.rb
- test/lib/vedeu/views/chars_test.rb
- test/lib/vedeu/views/composition_test.rb
- test/lib/vedeu/views/default_attributes_test.rb
- test/lib/vedeu/views/line_test.rb
- test/lib/vedeu/views/lines_test.rb
- test/lib/vedeu/views/stream_test.rb
- test/lib/vedeu/views/streams_test.rb
- test/lib/vedeu/views/value_test.rb
- test/lib/vedeu/views/view_test.rb
- test/lib/vedeu/views/views_test.rb
- test/lib/vedeu_test.rb
- test/support/colour_support.sh
- test/support/coverage.rb
- test/support/examples/drb_app.rb
- test/support/examples/focus_app.rb
- test/support/examples/hello_world.rb
- test/support/examples/material_colours_app.rb
- test/support/examples/material_colours_app_20150721.svg
- test/support/examples/view_templates_app/default.erb
- test/support/examples/view_templates_app/prune.erb
- test/support/examples/view_templates_app/view_templates_app.rb
- test/support/examples/view_templates_app/wrap.erb
- test/support/helpers/model_test_class.rb
- test/support/helpers/presentation_colour_test_class.rb
- test/support/stats.sh
- test/support/templates/html_renderer.vedeu
- test/support/ttyrec.rb
- test/support/who.rb
- test/test_helper.rb
- vedeu.gemspec
homepage: https://github.com/gavinlaking/vedeu
licenses:
- MIT
metadata: {}
post_install_message: 
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubyforge_project: 
rubygems_version: 2.5.1
signing_key: 
specification_version: 4
summary: A terminal case of wonderland.
test_files:
- test/lib/vedeu/application/application_controller_test.rb
- test/lib/vedeu/application/application_helper_test.rb
- test/lib/vedeu/application/application_view_test.rb
- test/lib/vedeu/application/controller_test.rb
- test/lib/vedeu/application/helper_test.rb
- test/lib/vedeu/application/view_test.rb
- test/lib/vedeu/boolean_test.rb
- test/lib/vedeu/borders/border_test.rb
- test/lib/vedeu/borders/caption_test.rb
- test/lib/vedeu/borders/dsl_test.rb
- test/lib/vedeu/borders/refresh_test.rb
- test/lib/vedeu/borders/repository_test.rb
- test/lib/vedeu/borders/title_test.rb
- test/lib/vedeu/buffers/buffer_test.rb
- test/lib/vedeu/buffers/empty_test.rb
- test/lib/vedeu/buffers/null_test.rb
- test/lib/vedeu/buffers/refresh_test.rb
- test/lib/vedeu/buffers/repository_test.rb
- test/lib/vedeu/buffers/terminal_test.rb
- test/lib/vedeu/buffers/view_test.rb
- test/lib/vedeu/cells/border_test.rb
- test/lib/vedeu/cells/borders/corner_test.rb
- test/lib/vedeu/cells/borders/edges/bottom_horizontal_test.rb
- test/lib/vedeu/cells/borders/edges/left_vertical_test.rb
- test/lib/vedeu/cells/borders/edges/right_vertical_test.rb
- test/lib/vedeu/cells/borders/edges/top_horizontal_test.rb
- test/lib/vedeu/cells/borders/horizontal_test.rb
- test/lib/vedeu/cells/borders/vertical_test.rb
- test/lib/vedeu/cells/borders/vertices/bottom_left_test.rb
- test/lib/vedeu/cells/borders/vertices/bottom_right_test.rb
- test/lib/vedeu/cells/borders/vertices/top_left_test.rb
- test/lib/vedeu/cells/borders/vertices/top_right_test.rb
- test/lib/vedeu/cells/char_test.rb
- test/lib/vedeu/cells/clear_test.rb
- test/lib/vedeu/cells/cursor_test.rb
- test/lib/vedeu/cells/empty_test.rb
- test/lib/vedeu/cells/escape_test.rb
- test/lib/vedeu/cells/support/html_test.rb
- test/lib/vedeu/coercers/alignment_test.rb
- test/lib/vedeu/coercers/chars_test.rb
- test/lib/vedeu/coercers/coercer_test.rb
- test/lib/vedeu/coercers/colour_attributes_test.rb
- test/lib/vedeu/coercers/colour_test.rb
- test/lib/vedeu/coercers/editor_line_test.rb
- test/lib/vedeu/coercers/editor_lines_test.rb
- test/lib/vedeu/coercers/horizontal_alignment_test.rb
- test/lib/vedeu/coercers/lines_test.rb
- test/lib/vedeu/coercers/page_test.rb
- test/lib/vedeu/coercers/position_test.rb
- test/lib/vedeu/coercers/row_test.rb
- test/lib/vedeu/coercers/streams_test.rb
- test/lib/vedeu/coercers/style_test.rb
- test/lib/vedeu/coercers/vertical_alignment_test.rb
- test/lib/vedeu/colours/background_test.rb
- test/lib/vedeu/colours/backgrounds_test.rb
- test/lib/vedeu/colours/colour_test.rb
- test/lib/vedeu/colours/foreground_test.rb
- test/lib/vedeu/colours/foregrounds_test.rb
- test/lib/vedeu/colours/repository_test.rb
- test/lib/vedeu/colours/translator_test.rb
- test/lib/vedeu/colours/validator_test.rb
- test/lib/vedeu/common_test.rb
- test/lib/vedeu/configuration/api_test.rb
- test/lib/vedeu/configuration/configuration_test.rb
- test/lib/vedeu/cursors/coordinate_test.rb
- test/lib/vedeu/cursors/cursor_test.rb
- test/lib/vedeu/cursors/dsl_test.rb
- test/lib/vedeu/cursors/move_test.rb
- test/lib/vedeu/cursors/refresh_test.rb
- test/lib/vedeu/cursors/reposition_test.rb
- test/lib/vedeu/cursors/repository_test.rb
- test/lib/vedeu/distributed/client_test.rb
- test/lib/vedeu/distributed/server_test.rb
- test/lib/vedeu/distributed/subprocess_test.rb
- test/lib/vedeu/distributed/test_application_test.rb
- test/lib/vedeu/distributed/uri_test.rb
- test/lib/vedeu/dsl/border_test.rb
- test/lib/vedeu/dsl/cursors_test.rb
- test/lib/vedeu/dsl/dsl_test.rb
- test/lib/vedeu/dsl/elements_test.rb
- test/lib/vedeu/dsl/geometry_test.rb
- test/lib/vedeu/dsl/helpers/align_test.rb
- test/lib/vedeu/dsl/helpers/attributes_test.rb
- test/lib/vedeu/dsl/helpers/text_test.rb
- test/lib/vedeu/dsl/helpers/truncate_test.rb
- test/lib/vedeu/dsl/helpers/wordwrap_test.rb
- test/lib/vedeu/dsl/presentation_test.rb
- test/lib/vedeu/dsl/use_test.rb
- test/lib/vedeu/dsl/view_test.rb
- test/lib/vedeu/dsl/views_test.rb
- test/lib/vedeu/editor/collection_test.rb
- test/lib/vedeu/editor/cropper_test.rb
- test/lib/vedeu/editor/cursor_test.rb
- test/lib/vedeu/editor/delete_test.rb
- test/lib/vedeu/editor/document_test.rb
- test/lib/vedeu/editor/editor_test.rb
- test/lib/vedeu/editor/insert_test.rb
- test/lib/vedeu/editor/item_test.rb
- test/lib/vedeu/editor/line_test.rb
- test/lib/vedeu/editor/lines_test.rb
- test/lib/vedeu/editor/repository_test.rb
- test/lib/vedeu/error_test.rb
- test/lib/vedeu/esc/actions_test.rb
- test/lib/vedeu/esc/background_test.rb
- test/lib/vedeu/esc/borders_test.rb
- test/lib/vedeu/esc/colours_test.rb
- test/lib/vedeu/esc/esc_test.rb
- test/lib/vedeu/esc/foreground_test.rb
- test/lib/vedeu/esc/mouse_test.rb
- test/lib/vedeu/events/aliases_test.rb
- test/lib/vedeu/events/collection_test.rb
- test/lib/vedeu/events/event_test.rb
- test/lib/vedeu/events/repository_test.rb
- test/lib/vedeu/events/trigger_test.rb
- test/lib/vedeu/geometries/area/area_test.rb
- test/lib/vedeu/geometries/area/dimension_test.rb
- test/lib/vedeu/geometries/area/x_dimension_test.rb
- test/lib/vedeu/geometries/area/y_dimension_test.rb
- test/lib/vedeu/geometries/dsl/dsl_test.rb
- test/lib/vedeu/geometries/dsl/grid_test.rb
- test/lib/vedeu/geometries/geometry_test.rb
- test/lib/vedeu/geometries/move_test.rb
- test/lib/vedeu/geometries/position_test.rb
- test/lib/vedeu/geometries/repository_test.rb
- test/lib/vedeu/groups/clear_test.rb
- test/lib/vedeu/groups/dsl_test.rb
- test/lib/vedeu/groups/group_test.rb
- test/lib/vedeu/groups/refresh_test.rb
- test/lib/vedeu/groups/repository_test.rb
- test/lib/vedeu/input/capture_test.rb
- test/lib/vedeu/input/dsl_test.rb
- test/lib/vedeu/input/key_test.rb
- test/lib/vedeu/input/keymap_test.rb
- test/lib/vedeu/input/keys_test.rb
- test/lib/vedeu/input/mapper_test.rb
- test/lib/vedeu/input/mouse_test.rb
- test/lib/vedeu/input/raw_test.rb
- test/lib/vedeu/input/read_test.rb
- test/lib/vedeu/input/repository_test.rb
- test/lib/vedeu/input/store_test.rb
- test/lib/vedeu/input/translator_test.rb
- test/lib/vedeu/interfaces/clear_test.rb
- test/lib/vedeu/interfaces/dsl_test.rb
- test/lib/vedeu/interfaces/interface_test.rb
- test/lib/vedeu/interfaces/null_test.rb
- test/lib/vedeu/interfaces/repository_test.rb
- test/lib/vedeu/logging/clock_time_test.rb
- test/lib/vedeu/logging/debug_test.rb
- test/lib/vedeu/logging/lockless_log_device_test.rb
- test/lib/vedeu/logging/log_test.rb
- test/lib/vedeu/logging/mono_logger_test.rb
- test/lib/vedeu/logging/timer_test.rb
- test/lib/vedeu/menus/dsl_test.rb
- test/lib/vedeu/menus/menu_test.rb
- test/lib/vedeu/menus/repository_test.rb
- test/lib/vedeu/models/focus_test.rb
- test/lib/vedeu/models/page_test.rb
- test/lib/vedeu/models/row_test.rb
- test/lib/vedeu/models/toggleable_test.rb
- test/lib/vedeu/null/generic_test.rb
- test/lib/vedeu/output/compressor_cache_test.rb
- test/lib/vedeu/output/compressor_test.rb
- test/lib/vedeu/output/output_test.rb
- test/lib/vedeu/output/refresh_test.rb
- test/lib/vedeu/output/viewport_test.rb
- test/lib/vedeu/output/write_test.rb
- test/lib/vedeu/plugins/plugin_test.rb
- test/lib/vedeu/plugins/plugins_test.rb
- test/lib/vedeu/presentation/colour_test.rb
- test/lib/vedeu/presentation/position_test.rb
- test/lib/vedeu/presentation/presentation_test.rb
- test/lib/vedeu/presentation/style_test.rb
- test/lib/vedeu/presentation/styles_test.rb
- test/lib/vedeu/renderers/all_test.rb
- test/lib/vedeu/renderers/file_test.rb
- test/lib/vedeu/renderers/html_test.rb
- test/lib/vedeu/renderers/json_test.rb
- test/lib/vedeu/renderers/options_test.rb
- test/lib/vedeu/renderers/terminal_test.rb
- test/lib/vedeu/renderers/text_test.rb
- test/lib/vedeu/repositories/assemblage_test.rb
- test/lib/vedeu/repositories/collection_test.rb
- test/lib/vedeu/repositories/defaults_test.rb
- test/lib/vedeu/repositories/model_test.rb
- test/lib/vedeu/repositories/registerable_test.rb
- test/lib/vedeu/repositories/repositories_test.rb
- test/lib/vedeu/repositories/repository_test.rb
- test/lib/vedeu/repositories/storage_test.rb
- test/lib/vedeu/repositories/store_test.rb
- test/lib/vedeu/runtime/application_test.rb
- test/lib/vedeu/runtime/bootstrap_test.rb
- test/lib/vedeu/runtime/flags_test.rb
- test/lib/vedeu/runtime/launcher_test.rb
- test/lib/vedeu/runtime/main_loop_test.rb
- test/lib/vedeu/runtime/router_test.rb
- test/lib/vedeu/runtime/traps_test.rb
- test/lib/vedeu/sentence_test.rb
- test/lib/vedeu/support/point_test.rb
- test/lib/vedeu/support/x_coordinate_test.rb
- test/lib/vedeu/support/y_coordinate_test.rb
- test/lib/vedeu/templating/decoder_test.rb
- test/lib/vedeu/templating/encoder_test.rb
- test/lib/vedeu/templating/helpers_test.rb
- test/lib/vedeu/templating/template_test.rb
- test/lib/vedeu/templating/view_template_test.rb
- test/lib/vedeu/terminal/mode_test.rb
- test/lib/vedeu/terminal/terminal_test.rb
- test/lib/vedeu/views/chars_test.rb
- test/lib/vedeu/views/composition_test.rb
- test/lib/vedeu/views/default_attributes_test.rb
- test/lib/vedeu/views/line_test.rb
- test/lib/vedeu/views/lines_test.rb
- test/lib/vedeu/views/stream_test.rb
- test/lib/vedeu/views/streams_test.rb
- test/lib/vedeu/views/value_test.rb
- test/lib/vedeu/views/view_test.rb
- test/lib/vedeu/views/views_test.rb
- test/lib/vedeu_test.rb
- test/support/colour_support.sh
- test/support/coverage.rb
- test/support/examples/drb_app.rb
- test/support/examples/focus_app.rb
- test/support/examples/hello_world.rb
- test/support/examples/material_colours_app.rb
- test/support/examples/material_colours_app_20150721.svg
- test/support/examples/view_templates_app/default.erb
- test/support/examples/view_templates_app/prune.erb
- test/support/examples/view_templates_app/view_templates_app.rb
- test/support/examples/view_templates_app/wrap.erb
- test/support/helpers/model_test_class.rb
- test/support/helpers/presentation_colour_test_class.rb
- test/support/stats.sh
- test/support/templates/html_renderer.vedeu
- test/support/ttyrec.rb
- test/support/who.rb
- test/test_helper.rb
has_rdoc: