# File lib/teamocil/layout/split.rb, line 13
      def initialize(window, index, attrs={}) # {{{
        @height = attrs["height"]
        @width = attrs["width"]
        @cmd = attrs["cmd"]
        @target = attrs["target"]

        @window = window
        @index = index
      end