From 4d3cfe6b4cbca388a486e2208bb956fc9e6c5976 Mon Sep 17 00:00:00 2001 From: elliottcable Date: Fri, 6 Mar 2009 22:11:50 -0900 Subject: [PATCH] Added examples for `Terminal#term` --- lib/nfoiled/terminal.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/nfoiled/terminal.rb b/lib/nfoiled/terminal.rb index bf0e319..c60c414 100644 --- a/lib/nfoiled/terminal.rb +++ b/lib/nfoiled/terminal.rb @@ -27,7 +27,7 @@ module Nfoiled # The IO object on which input will be watched attr_reader :input - # TODO: Figure out what this does! + # The type of the terminal ('vt102', 'xterm', etc) attr_reader :term # The actual terminal object as returned by Ncurses -- 2.11.4.GIT