vedeu 0.8.31 → 0.8.32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (269) hide show
  1. checksums.yaml +4 -4
  2. data/docs/configuration/compression.md +1 -0
  3. data/docs/configuration/cooked.md +1 -1
  4. data/docs/configuration/debug.md +1 -0
  5. data/docs/configuration/drb.md +1 -0
  6. data/docs/configuration/drb_height.md +4 -0
  7. data/docs/configuration/drb_host.md +4 -0
  8. data/docs/configuration/drb_port.md +4 -0
  9. data/docs/configuration/drb_width.md +4 -0
  10. data/docs/configuration/fake.md +4 -0
  11. data/docs/configuration/height.md +3 -0
  12. data/docs/configuration/interactive.md +5 -0
  13. data/docs/configuration/log.md +4 -0
  14. data/docs/configuration/log_except.md +4 -0
  15. data/docs/configuration/log_only.md +4 -0
  16. data/docs/configuration/mouse.md +6 -0
  17. data/docs/configuration/profile.md +5 -0
  18. data/docs/configuration/raw.md +4 -0
  19. data/docs/configuration/renderer.md +4 -0
  20. data/docs/configuration/root.md +4 -0
  21. data/docs/configuration/run_once.md +4 -0
  22. data/docs/configuration/standalone.md +7 -6
  23. data/docs/configuration/stderr.md +4 -0
  24. data/docs/configuration/stdin.md +4 -0
  25. data/docs/configuration/stdout.md +4 -0
  26. data/docs/configuration/terminal_mode.md +3 -0
  27. data/docs/configuration/threaded.md +10 -0
  28. data/docs/configuration/width.md +4 -0
  29. data/docs/dsl/by_method/add_command.md +1 -0
  30. data/docs/dsl/by_method/add_keypress.md +1 -0
  31. data/docs/dsl/by_method/all_commands.md +1 -0
  32. data/docs/dsl/by_method/all_keypresses.md +1 -0
  33. data/docs/dsl/by_method/background_colours.md +1 -0
  34. data/docs/dsl/by_method/bind.md +1 -0
  35. data/docs/dsl/by_method/bind_alias.md +1 -0
  36. data/docs/dsl/by_method/borders.md +1 -0
  37. data/docs/dsl/by_method/bottom.md +1 -0
  38. data/docs/dsl/by_method/bottom_horizontal.md +1 -0
  39. data/docs/dsl/by_method/bottom_left.md +1 -0
  40. data/docs/dsl/by_method/bottom_right.md +1 -0
  41. data/docs/dsl/by_method/bound.md +1 -0
  42. data/docs/dsl/by_method/buffers.md +1 -0
  43. data/docs/dsl/by_method/caption.md +1 -0
  44. data/docs/dsl/by_method/clear.md +1 -0
  45. data/docs/dsl/by_method/clear_by_group.md +1 -0
  46. data/docs/dsl/by_method/clear_by_name.md +1 -0
  47. data/docs/dsl/by_method/clear_content_by_name.md +1 -0
  48. data/docs/dsl/by_method/configuration.md +1 -0
  49. data/docs/dsl/by_method/configure.md +1 -0
  50. data/docs/dsl/by_method/cursor.md +1 -0
  51. data/docs/dsl/by_method/cursors.md +1 -0
  52. data/docs/dsl/by_method/debug.md +1 -0
  53. data/docs/dsl/by_method/disable.md +1 -0
  54. data/docs/dsl/by_method/documents.md +1 -0
  55. data/docs/dsl/by_method/drb_restart.md +1 -0
  56. data/docs/dsl/by_method/drb_start.md +1 -0
  57. data/docs/dsl/by_method/drb_status.md +1 -0
  58. data/docs/dsl/by_method/drb_stop.md +1 -0
  59. data/docs/dsl/by_method/enable.md +1 -0
  60. data/docs/dsl/by_method/esc.md +1 -0
  61. data/docs/dsl/by_method/events.md +1 -0
  62. data/docs/dsl/by_method/exit.md +1 -0
  63. data/docs/dsl/by_method/focus.md +1 -0
  64. data/docs/dsl/by_method/focus_by_name.md +1 -0
  65. data/docs/dsl/by_method/focus_next.md +1 -0
  66. data/docs/dsl/by_method/focus_previous.md +1 -0
  67. data/docs/dsl/by_method/focussed.md +1 -0
  68. data/docs/dsl/by_method/foreground_colours.md +1 -0
  69. data/docs/dsl/by_method/geometries.md +1 -0
  70. data/docs/dsl/by_method/geometry.md +1 -0
  71. data/docs/dsl/by_method/goto.md +1 -0
  72. data/docs/dsl/by_method/group.md +1 -0
  73. data/docs/dsl/by_method/groups.md +1 -0
  74. data/docs/dsl/by_method/height.md +1 -0
  75. data/docs/dsl/by_method/hide_cursor.md +1 -0
  76. data/docs/dsl/by_method/hide_group.md +1 -0
  77. data/docs/dsl/by_method/hide_interface.md +1 -0
  78. data/docs/dsl/by_method/horizontal.md +1 -0
  79. data/docs/dsl/by_method/interface.md +1 -0
  80. data/docs/dsl/by_method/interfaces.md +1 -0
  81. data/docs/dsl/by_method/keymap.md +1 -0
  82. data/docs/dsl/by_method/keymaps.md +1 -0
  83. data/docs/dsl/by_method/keypress.md +1 -0
  84. data/docs/dsl/by_method/last_command.md +1 -0
  85. data/docs/dsl/by_method/last_keypress.md +1 -0
  86. data/docs/dsl/by_method/left.md +1 -0
  87. data/docs/dsl/by_method/left_vertical.md +1 -0
  88. data/docs/dsl/by_method/log.md +1 -0
  89. data/docs/dsl/by_method/log_stderr.md +1 -0
  90. data/docs/dsl/by_method/log_stdout.md +1 -0
  91. data/docs/dsl/by_method/log_timestamp.md +1 -0
  92. data/docs/dsl/by_method/menu.md +1 -0
  93. data/docs/dsl/by_method/menus.md +1 -0
  94. data/docs/dsl/by_method/profile.md +1 -0
  95. data/docs/dsl/by_method/ready.md +1 -0
  96. data/docs/dsl/by_method/refresh.md +1 -0
  97. data/docs/dsl/by_method/renderer.md +1 -0
  98. data/docs/dsl/by_method/renderers.md +1 -0
  99. data/docs/dsl/by_method/resize.md +1 -0
  100. data/docs/dsl/by_method/right.md +1 -0
  101. data/docs/dsl/by_method/right_vertical.md +1 -0
  102. data/docs/dsl/by_method/show_cursor.md +1 -0
  103. data/docs/dsl/by_method/show_group.md +1 -0
  104. data/docs/dsl/by_method/show_interface.md +1 -0
  105. data/docs/dsl/by_method/timer.md +1 -0
  106. data/docs/dsl/by_method/title.md +1 -0
  107. data/docs/dsl/by_method/toggle_cursor.md +1 -0
  108. data/docs/dsl/by_method/toggle_group.md +1 -0
  109. data/docs/dsl/by_method/toggle_interface.md +1 -0
  110. data/docs/dsl/by_method/top.md +1 -0
  111. data/docs/dsl/by_method/top_horizontal.md +1 -0
  112. data/docs/dsl/by_method/top_left.md +1 -0
  113. data/docs/dsl/by_method/top_right.md +1 -0
  114. data/docs/dsl/by_method/trigger.md +1 -0
  115. data/docs/dsl/by_method/unbind.md +1 -0
  116. data/docs/dsl/by_method/unbind_alias.md +1 -0
  117. data/docs/dsl/by_method/vertical.md +1 -0
  118. data/docs/dsl/by_method/view/repositories.md +1 -0
  119. data/docs/dsl/by_method/width.md +1 -0
  120. data/docs/dsl/by_method/write.md +1 -0
  121. data/docs/events/by_name/cleanup.md +1 -0
  122. data/docs/events/by_name/clear.md +1 -0
  123. data/docs/events/by_name/clear_group.md +1 -0
  124. data/docs/events/by_name/clear_view.md +1 -0
  125. data/docs/events/by_name/clear_view_content.md +1 -0
  126. data/docs/events/by_name/command.md +1 -0
  127. data/docs/events/by_name/cursor_bottom.md +1 -0
  128. data/docs/events/by_name/cursor_down.md +1 -0
  129. data/docs/events/by_name/cursor_left.md +1 -0
  130. data/docs/events/by_name/cursor_origin.md +1 -0
  131. data/docs/events/by_name/cursor_position.md +1 -0
  132. data/docs/events/by_name/cursor_reposition.md +1 -0
  133. data/docs/events/by_name/cursor_right.md +1 -0
  134. data/docs/events/by_name/cursor_top.md +1 -0
  135. data/docs/events/by_name/cursor_up.md +1 -0
  136. data/docs/events/by_name/drb_input.md +1 -0
  137. data/docs/events/by_name/drb_restart.md +1 -0
  138. data/docs/events/by_name/drb_retrieve_output.md +1 -0
  139. data/docs/events/by_name/drb_start.md +1 -0
  140. data/docs/events/by_name/drb_status.md +1 -0
  141. data/docs/events/by_name/drb_stop.md +1 -0
  142. data/docs/events/by_name/drb_store_output.md +1 -0
  143. data/docs/events/by_name/editor.md +1 -0
  144. data/docs/events/by_name/editor_delete_character.md +1 -0
  145. data/docs/events/by_name/editor_delete_line.md +1 -0
  146. data/docs/events/by_name/editor_down.md +1 -0
  147. data/docs/events/by_name/editor_insert_character.md +1 -0
  148. data/docs/events/by_name/editor_insert_line.md +1 -0
  149. data/docs/events/by_name/editor_left.md +1 -0
  150. data/docs/events/by_name/editor_right.md +1 -0
  151. data/docs/events/by_name/editor_up.md +1 -0
  152. data/docs/events/by_name/exit.md +1 -0
  153. data/docs/events/by_name/focus_by_name.md +1 -0
  154. data/docs/events/by_name/focus_next.md +1 -0
  155. data/docs/events/by_name/focus_prev.md +1 -0
  156. data/docs/events/by_name/goto.md +1 -0
  157. data/docs/events/by_name/hide_cursor.md +1 -0
  158. data/docs/events/by_name/hide_group.md +1 -0
  159. data/docs/events/by_name/hide_interface.md +1 -0
  160. data/docs/events/by_name/initialize.md +1 -0
  161. data/docs/events/by_name/keypress.md +1 -0
  162. data/docs/events/by_name/log.md +1 -0
  163. data/docs/events/by_name/maximise.md +1 -0
  164. data/docs/events/by_name/menu_bottom.md +1 -0
  165. data/docs/events/by_name/menu_current.md +1 -0
  166. data/docs/events/by_name/menu_deselect.md +1 -0
  167. data/docs/events/by_name/menu_items.md +1 -0
  168. data/docs/events/by_name/menu_next.md +1 -0
  169. data/docs/events/by_name/menu_prev.md +1 -0
  170. data/docs/events/by_name/menu_select.md +1 -0
  171. data/docs/events/by_name/menu_selected.md +1 -0
  172. data/docs/events/by_name/menu_top.md +1 -0
  173. data/docs/events/by_name/menu_view.md +1 -0
  174. data/docs/events/by_name/mode_switch.md +1 -0
  175. data/docs/events/by_name/movement_refresh.md +1 -0
  176. data/docs/events/by_name/refresh.md +1 -0
  177. data/docs/events/by_name/refresh_border.md +1 -0
  178. data/docs/events/by_name/refresh_cursor.md +1 -0
  179. data/docs/events/by_name/refresh_group.md +1 -0
  180. data/docs/events/by_name/refresh_view.md +1 -0
  181. data/docs/events/by_name/refresh_view_content.md +1 -0
  182. data/docs/events/by_name/resize.md +1 -0
  183. data/docs/events/by_name/set_border_caption.md +1 -0
  184. data/docs/events/by_name/set_border_title.md +1 -0
  185. data/docs/events/by_name/show_cursor.md +1 -0
  186. data/docs/events/by_name/show_group.md +1 -0
  187. data/docs/events/by_name/show_interface.md +1 -0
  188. data/docs/events/by_name/toggle_cursor.md +1 -0
  189. data/docs/events/by_name/toggle_group.md +1 -0
  190. data/docs/events/by_name/toggle_interface.md +1 -0
  191. data/docs/events/by_name/unmaximise.md +1 -0
  192. data/docs/events/by_name/view_down.md +1 -0
  193. data/docs/events/by_name/view_left.md +1 -0
  194. data/docs/events/by_name/view_right.md +1 -0
  195. data/docs/events/by_name/view_up.md +1 -0
  196. data/examples/dsl_alignment.rb +1 -1
  197. data/examples/dsl_colours.rb +1 -1
  198. data/examples/dsl_demo_groups.rb +1 -1
  199. data/examples/dsl_editor.rb +1 -1
  200. data/examples/dsl_hello_worlds.rb +1 -1
  201. data/examples/dsl_horizontal_alignment.rb +4 -3
  202. data/examples/dsl_menus.rb +1 -1
  203. data/examples/dsl_vertical_alignment.rb +4 -3
  204. data/examples/views/empty_template.rb +1 -1
  205. data/examples/views/full_screen.rb +1 -1
  206. data/examples/views/misc_view.rb +1 -1
  207. data/examples/views/wordwrap.rb +1 -1
  208. data/integrations/342_streams.rb +1 -1
  209. data/integrations/dsl_app_001.rb +1 -1
  210. data/integrations/dsl_app_002.rb +1 -1
  211. data/integrations/dsl_app_003.rb +1 -1
  212. data/integrations/dsl_app_004.rb +1 -1
  213. data/integrations/dsl_app_005.rb +1 -1
  214. data/integrations/dsl_app_006.rb +1 -1
  215. data/integrations/dsl_app_007.rb +1 -1
  216. data/integrations/dsl_app_008.rb +1 -1
  217. data/integrations/dsl_app_009.rb +1 -1
  218. data/integrations/dsl_app_010.rb +1 -1
  219. data/integrations/dsl_app_011.rb +1 -1
  220. data/integrations/dsl_app_012.rb +1 -1
  221. data/integrations/dsl_app_013.rb +1 -1
  222. data/integrations/dsl_app_014.rb +1 -1
  223. data/integrations/dsl_app_015.rb +1 -1
  224. data/integrations/dsl_app_016.rb +1 -1
  225. data/integrations/dsl_app_017.rb +1 -1
  226. data/integrations/dsl_app_018.rb +1 -1
  227. data/integrations/dsl_app_019.rb +1 -1
  228. data/integrations/dsl_app_020.rb +1 -1
  229. data/integrations/dsl_app_021.rb +1 -1
  230. data/integrations/dsl_app_022.rb +1 -1
  231. data/integrations/dsl_app_030.rb +1 -1
  232. data/integrations/dsl_app_031.rb +1 -1
  233. data/integrations/dsl_app_040.rb +1 -1
  234. data/integrations/dsl_app_041.rb +1 -1
  235. data/integrations/dsl_app_042.rb +1 -1
  236. data/integrations/dsl_app_border_001.rb +1 -1
  237. data/integrations/dsl_app_border_002.rb +1 -1
  238. data/integrations/dsl_app_border_003.rb +1 -1
  239. data/integrations/dsl_app_border_004.rb +1 -1
  240. data/integrations/dsl_app_border_005.rb +1 -1
  241. data/integrations/dsl_app_border_006.rb +1 -1
  242. data/integrations/dsl_app_border_007.rb +1 -1
  243. data/integrations/dsl_app_border_008.rb +1 -1
  244. data/integrations/dsl_app_border_009.rb +1 -1
  245. data/integrations/dsl_app_border_010.rb +1 -1
  246. data/integrations/dsl_app_border_011.rb +1 -1
  247. data/integrations/dsl_app_border_012.rb +1 -1
  248. data/integrations/dsl_app_geometry_001.rb +1 -1
  249. data/integrations/dsl_app_geometry_002.rb +1 -1
  250. data/integrations/dsl_app_geometry_003.rb +1 -1
  251. data/integrations/dsl_app_geometry_004.rb +1 -1
  252. data/integrations/dsl_app_geometry_005.rb +16 -7
  253. data/integrations/expected/dsl_app_geometry_005.out +1 -1
  254. data/lib/vedeu/borders/refresh.rb +1 -1
  255. data/lib/vedeu/output/compressor.rb +1 -19
  256. data/lib/vedeu/output/compressors/all.rb +1 -0
  257. data/lib/vedeu/output/compressors/character.rb +6 -11
  258. data/lib/vedeu/output/compressors/empty.rb +56 -0
  259. data/lib/vedeu/output/compressors/simple.rb +10 -23
  260. data/lib/vedeu/version.rb +1 -1
  261. data/test/lib/vedeu/output/compressors/character_test.rb +5 -5
  262. data/test/lib/vedeu/output/compressors/empty_test.rb +38 -0
  263. data/test/lib/vedeu/output/compressors/simple_test.rb +4 -6
  264. data/test/support/examples/focus_app.rb +1 -1
  265. data/test/support/examples/hello_world.rb +1 -1
  266. data/test/support/examples/material_colours_app.rb +1 -1
  267. data/test/support/examples/view_templates_app/view_templates_app.rb +1 -1
  268. data/test/test_helper.rb +1 -1
  269. metadata +5 -2
@@ -1,4 +1,5 @@
1
1
  ### `bottom_right`
2
+
2
3
  Set the character to be used to draw the bottom right corner
3
4
  of the border.
4
5
 
@@ -1,4 +1,5 @@
1
1
  ### Vedeu.bound?
2
+
2
3
  Check if an event by name has been registered.
3
4
 
4
5
  Vedeu.bound?(:some_event)
@@ -1,4 +1,5 @@
1
1
  ### Vedeu.buffers
2
+
2
3
  Repository method. Access registered borders.
3
4
 
4
5
  Vedeu.buffers # [Vedeu::Buffers::Repository]
@@ -1,4 +1,5 @@
1
1
  ### `caption`
2
+
2
3
  If you have you are showing a bottom border, you could add a caption.
3
4
 
4
5
  Vedeu.border :border_demo do
@@ -1,4 +1,5 @@
1
1
  ### Vedeu.clear
2
+
2
3
  Clears the whole terminal space.
3
4
 
4
5
  Vedeu.clear
@@ -1,4 +1,5 @@
1
1
  ### Vedeu.clear_by_group
2
+
2
3
  Clears the group of interfaces belonging to the given name.
3
4
 
4
5
  Vedeu.trigger(:_clear_group_, name)
@@ -1,4 +1,5 @@
1
1
  ### Vedeu.clear_by_name
2
+
2
3
  Clear the interface with the given name.
3
4
 
4
5
  Vedeu.trigger(:_clear_view_, name)
@@ -1,4 +1,5 @@
1
1
  ### Vedeu.clear_content_by_name
2
+
2
3
  Clear the content of the interface with the given name.
3
4
 
4
5
  Vedeu.trigger(:_clear_view_content_, name)
@@ -1,4 +1,5 @@
1
1
  ### Vedeu.configuration
2
+
2
3
  Returns the configuration singleton.
3
4
 
4
5
  Append configuration methods to access the configuration variable.
@@ -1,4 +1,5 @@
1
1
  ### Vedeu.configure
2
+
2
3
  Provides the mechanism to configure Vedeu. If the client application
3
4
  sets options, override the defaults with those.
4
5
 
@@ -1,4 +1,5 @@
1
1
  ### Vedeu.cursor
2
+
2
3
  Fetch the cursor of the currently focussed interface/view.
3
4
 
4
5
  Vedeu.cursor
@@ -1,4 +1,5 @@
1
1
  ### Vedeu.cursors
2
+
2
3
  Manipulate the repository of cursors.
3
4
 
4
5
  Vedeu.cursors
@@ -1,4 +1,5 @@
1
1
  ### Vedeu.debug
2
+
2
3
  Drop into a debugging session within a running client application,
3
4
  courtesy of 'pry'. Will raise an exception if 'pry' is not available.
4
5
 
@@ -1,4 +1,5 @@
1
1
  ### `disable!`
2
+
2
3
  Disable the border:
3
4
 
4
5
  Vedeu.border :border_demo do
@@ -1,4 +1,5 @@
1
1
  ### Vedeu.documents
2
+
2
3
  Repository method. Access registered documents.
3
4
 
4
5
  Vedeu.documents # [Vedeu::Editor::Repository]
@@ -1,2 +1,3 @@
1
1
  ### Vedeu.drb_restart
2
+
2
3
  @todo Add more documentation.
@@ -1,2 +1,3 @@
1
1
  ### Vedeu.drb_start
2
+
2
3
  @todo Add more documentation.
@@ -1,2 +1,3 @@
1
1
  ### Vedeu.drb_status
2
+
2
3
  @todo Add more documentation.
@@ -1,2 +1,3 @@
1
1
  ### Vedeu.drb_stop
2
+
2
3
  @todo Add more documentation.
@@ -1,4 +1,5 @@
1
1
  ### `enable!`
2
+
2
3
  Enable the border:
3
4
  (Borders are enabled by default when defined for an interface).
4
5
 
@@ -1,4 +1,5 @@
1
1
  ### Vedeu.esc
2
+
2
3
  Provides access to various escape sequences defined by Vedeu.
3
4
 
4
5
  #### Colour escape sequences
@@ -1,2 +1,3 @@
1
1
  ### Vedeu.events
2
+
2
3
  @todo Add more documentation.
@@ -1,2 +1,3 @@
1
1
  ### Vedeu.exit
2
+
2
3
  @todo Add more documentation.
@@ -1,2 +1,3 @@
1
1
  ### Vedeu.focus
2
+
2
3
  @todo Add more documentation.
@@ -1,4 +1,5 @@
1
1
  ### Vedeu.focus_by_name
2
+
2
3
  Instruct Vedeu to focus the view with the given name.
3
4
 
4
5
  @todo Add more documentation
@@ -1,4 +1,5 @@
1
1
  ### Vedeu.focus_next
2
+
2
3
  Instruct Vedeu to focus the next visible view.
3
4
 
4
5
  Vedeu.focus_next
@@ -1,4 +1,5 @@
1
1
  ### Vedeu.focus_previous
2
+
2
3
  Instruct Vedeu to focus the previous visible view.
3
4
 
4
5
  Vedeu.focus_previous
@@ -1,2 +1,3 @@
1
1
  ### Vedeu.focussed
2
+
2
3
  @todo Add more documentation.
@@ -1,4 +1,5 @@
1
1
  ### Vedeu.foreground_colours
2
+
2
3
  Manipulate the repository of foreground colours.
3
4
 
4
5
  Vedeu.foreground_colours
@@ -1,2 +1,3 @@
1
1
  ### Vedeu.geometries
2
+
2
3
  @todo Add more documentation.
@@ -1,4 +1,5 @@
1
1
  ### Vedeu.geometry
2
+
2
3
  Specify the geometry of an interface or view with a simple DSL.
3
4
 
4
5
  # Standalone (preferred):
@@ -1,4 +1,5 @@
1
1
  ### Vedeu.goto
2
+
2
3
  Instruct Vedeu to load the client application controller action with
3
4
  parameters.
4
5
 
@@ -1,2 +1,3 @@
1
1
  ### Vedeu.group
2
+
2
3
  @todo Add more documentation.
@@ -1,2 +1,3 @@
1
1
  ### Vedeu.group
2
+
2
3
  @todo Add more documentation.
@@ -1,4 +1,5 @@
1
1
  ### Vedeu.height
2
+
2
3
  Returns the total height (number of rows/lines) of the current
3
4
  terminal.
4
5
 
@@ -1,2 +1,3 @@
1
1
  ### Vedeu.hide_cursor
2
+
2
3
  @todo Add more documentation.
@@ -1,2 +1,3 @@
1
1
  ### Vedeu.hide_group
2
+
2
3
  @todo Add more documentation.
@@ -1,2 +1,3 @@
1
1
  ### Vedeu.hide_interface
2
+
2
3
  @todo Add more documentation.
@@ -1,4 +1,5 @@
1
1
  ### `horizontal`
2
+
2
3
  Set the character to be used to draw a horizontal part of the border.
3
4
 
4
5
  Vedeu.border :border_demo do
@@ -1,2 +1,3 @@
1
1
  ### Vedeu.interface
2
+
2
3
  @todo Add more documentation.
@@ -1,2 +1,3 @@
1
1
  ### Vedeu.interfaces
2
+
2
3
  @todo Add more documentation.
@@ -1,2 +1,3 @@
1
1
  ### Vedeu.keymap
2
+
2
3
  @todo Add more documentation.
@@ -1,2 +1,3 @@
1
1
  ### Vedeu.keymaps
2
+
2
3
  @todo Add more documentation.
@@ -1,2 +1,3 @@
1
1
  ### Vedeu.keypress
2
+
2
3
  @todo Add more documentation.
@@ -1,4 +1,5 @@
1
1
  ### Vedeu.last_command
2
+
2
3
  Access the last command stored. If no commands have been entered since
3
4
  the client application started, then this will return nil.
4
5
 
@@ -1,4 +1,5 @@
1
1
  ### Vedeu.last_keypress
2
+
2
3
  Access the last keypress stored. If no keys have been pressed since
3
4
  the client application started, then this will return nil.
4
5
 
@@ -1,4 +1,5 @@
1
1
  ### `left`
2
+
2
3
  Enable/disable the left border.
3
4
 
4
5
  Vedeu.border :border_demo do
@@ -1,4 +1,5 @@
1
1
  ### `left_vertical`
2
+
2
3
  Set the character to be used to draw the left vertical part of
3
4
  the border.
4
5
 
@@ -1,2 +1,3 @@
1
1
  ### Vedeu.log
2
+
2
3
  @todo Add more documentation.
@@ -1,4 +1,5 @@
1
1
  ### Vedeu.log_stderr
2
+
2
3
  Write a message to STDERR. Will also attempt to write to the log file
3
4
  if configured for later reference.
4
5
 
@@ -1,4 +1,5 @@
1
1
  ### Vedeu.log_stdout
2
+
2
3
  Write a message to STDOUT. Will also attempt to write to the log file
3
4
  if configured for later reference.
4
5
 
@@ -1,4 +1,5 @@
1
1
  ### Vedeu.log_timestamp
2
+
2
3
  Returns a formatted timestamp indicating the number of seconds the
3
4
  client application has been running.
4
5
 
@@ -1,2 +1,3 @@
1
1
  ### Vedeu.menu
2
+
2
3
  @todo Add more documentation.
@@ -1,2 +1,3 @@
1
1
  ### Vedeu.menus
2
+
2
3
  @todo Add more documentation.
@@ -1,4 +1,5 @@
1
1
  ### Vedeu.profile
2
+
2
3
  Allow debugging via the creation of stack traces courtesy of
3
4
  'ruby-prof'. Will raise an exception if 'ruby-prof' is not available.
4
5
 
@@ -1,2 +1,3 @@
1
1
  ### Vedeu.ready
2
+
2
3
  @todo Add more documentation.
@@ -1,4 +1,5 @@
1
1
  ### Vedeu.refresh
2
+
2
3
  Send the cells to the renderer and return the rendered result.
3
4
 
4
5
  Vedeu.refresh
@@ -1,2 +1,3 @@
1
1
  ### Vedeu.renderer
2
+
2
3
  @todo Add more documentation.
@@ -1,2 +1,3 @@
1
1
  ### Vedeu.renderers
2
+
2
3
  @todo Add more documentation.
@@ -1,4 +1,5 @@
1
1
  ### Vedeu.resize
2
+
2
3
  When the terminal emit the 'SIGWINCH' signal, Vedeu can intercept this
3
4
  and attempt to redraw the current interface with varying degrees of
4
5
  success. Can also be used to simulate a terminal resize.
@@ -1,4 +1,5 @@
1
1
  ### `right`
2
+
2
3
  Enable/disable the right border.
3
4
 
4
5
  Vedeu.border :border_demo do
@@ -1,4 +1,5 @@
1
1
  ### `right_vertical`
2
+
2
3
  Set the character to be used to draw the right vertical part
3
4
  of the border.
4
5
 
@@ -1,2 +1,3 @@
1
1
  ### Vedeu.show_cursor
2
+
2
3
  @todo Add more documentation.
@@ -1,2 +1,3 @@
1
1
  ### Vedeu.show_group
2
+
2
3
  @todo Add more documentation.
@@ -1,2 +1,3 @@
1
1
  ### Vedeu.show_interface
2
+
2
3
  @todo Add more documentation.
@@ -1,4 +1,5 @@
1
1
  ### Vedeu.timer
2
+
2
3
  Measure the execution time of the code in the given block.
3
4
 
4
5
  The optional message provided will have ' took <time>ms.' appended and
@@ -1,4 +1,5 @@
1
1
  ### `title`
2
+
2
3
  If you have you are showing a top border, you could add a
3
4
  title.
4
5
 
@@ -1,2 +1,3 @@
1
1
  ### Vedeu.cursor
2
+
2
3
  @todo Add more documentation.
@@ -1,2 +1,3 @@
1
1
  ### Vedeu.toggle_group
2
+
2
3
  @todo Add more documentation.
@@ -1,2 +1,3 @@
1
1
  ### Vedeu.toggle_interface
2
+
2
3
  @todo Add more documentation.
@@ -1,4 +1,5 @@
1
1
  ### `top`
2
+
2
3
  Enable/disable the top border.
3
4
 
4
5
  Vedeu.border :border_demo do
@@ -1,4 +1,5 @@
1
1
  ### `top_horizontal`
2
+
2
3
  Set the character to be used to draw the top horizontal part
3
4
  of the border.
4
5
 
@@ -1,4 +1,5 @@
1
1
  ### `top_left`
2
+
2
3
  Set the character to be used to draw the top left corner of
3
4
  the border.
4
5