<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -67,6 +67,8 @@ black, and so on. If the text is `0`, the color is reset.
 , Wait. Wait for your hitting keys if the text is `-`.  Wait for specified
   interval if the text is a number in sec
 : Execute command. The text will be executed as a internal command.
+# Message. The text will be displayed with large font in the middle.
+. Final message.
 
 The command can be empty, it means that the line starts with white spaces.  The
 texts of these lines are simply added to the texts of previous lines</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -6,7 +6,7 @@ require 'nkf'
 require 'present/page'
 
 class Present
-  VERSION = '0.0.3'
+  VERSION = '0.1.0'
   TIOCGWINSZ = 0x5413
 
   def initialize(path, timer = 5, page = 1)
@@ -224,8 +224,4 @@ class Present
   def do_q
     exit
   end
-
-  def do_fit(geometry)
-    w, h = geometry.split('x').map{|i| i.to_i}
-  end
 end</diff>
      <filename>lib/present.rb</filename>
    </modified>
    <modified>
      <diff>@@ -54,7 +54,7 @@ class Present
       when ':'
         command, *args = text.split(/\s+/)
         @screen.send &quot;do_#{command}&quot;, *args rescue nil
-      when '#'
+      when '`'
         # do nothing
       end
     end</diff>
      <filename>lib/present/page.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 Gem::Specification.new do |s|
   s.name = %q{present}
-  s.version = &quot;0.0.3&quot;
+  s.version = &quot;0.1.0&quot;
 
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
   s.authors = [&quot;Genki Takiuchi&quot;]</diff>
      <filename>present.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-: fit 40x15
+` idial size 40x15
 = Ruby on Rails
 - The Web Application Framework
 - </diff>
      <filename>sample/llfuture.pt</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6395a0b5267579f0c814e07480cecd8b5a9ed5d4</id>
    </parent>
  </parents>
  <author>
    <name>Genki Takiuchi</name>
    <email>genki@s21g.com</email>
  </author>
  <url>http://github.com/genki/present/commit/1f1dabb16f8b752d39d65aa908a2a23f654f7edc</url>
  <id>1f1dabb16f8b752d39d65aa908a2a23f654f7edc</id>
  <committed-date>2008-08-30T14:48:38-07:00</committed-date>
  <authored-date>2008-08-30T14:48:38-07:00</authored-date>
  <message>Updated commands.</message>
  <tree>84d8198229c1e13ce52bbe0c7263750fdee8cdaf</tree>
  <committer>
    <name>Genki Takiuchi</name>
    <email>genki@s21g.com</email>
  </committer>
</commit>
