Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Commit

Permalink
Capture class for Terminator
Browse files Browse the repository at this point in the history
Just and empty implementation for now.
  • Loading branch information
Ilkka Laukkanen committed Feb 28, 2011
1 parent 203ab82 commit 918440c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/terminitor/capture/terminator_capture.rb
@@ -0,0 +1,9 @@
module Terminitor
# Captures terminal windows and tabs for Terminator
class TerminatorCapture < AbstractCapture
def initialize
super
end
end
end

0 comments on commit 918440c

Please sign in to comment.