lib/shellplay/screen.rb in shellplay-0.0.2 vs lib/shellplay/screen.rb in shellplay-0.0.3
- old
+ new
@@ -1,8 +1,8 @@
module Shellplay
class Screen
- attr_reader :stdin, :stdout, :stderr, :display, :timespent
+ attr_reader :stdin, :stdout, :stderr, :display, :timespent, :displaycommand
def initialize
@displaycommand = true
@stdin = nil
@stdout = nil