[Bps-public-commit] r10232 - in RT-Client-Console/trunk/lib/RT/Client: .

maddingue at bestpractical.com maddingue at bestpractical.com
Thu Jan 3 12:21:17 EST 2008


Author: maddingue
Date: Thu Jan  3 12:21:13 2008
New Revision: 10232

Modified:
   RT-Client-Console/trunk/lib/RT/Client/Console.pm
   RT-Client-Console/trunk/lib/RT/Client/Console/Session.pm

Log:
Add comments.

Modified: RT-Client-Console/trunk/lib/RT/Client/Console.pm
==============================================================================
--- RT-Client-Console/trunk/lib/RT/Client/Console.pm	(original)
+++ RT-Client-Console/trunk/lib/RT/Client/Console.pm	Thu Jan  3 12:21:13 2008
@@ -175,6 +175,7 @@
     my $value_idx = $index_of{$params{value}};
     my $title = $params{title};
 
+    # get screen size
     my ($screen_w, $screen_h);
     $curses_handler->getmaxyx($screen_h, $screen_w);
 

Modified: RT-Client-Console/trunk/lib/RT/Client/Console/Session.pm
==============================================================================
--- RT-Client-Console/trunk/lib/RT/Client/Console/Session.pm	(original)
+++ RT-Client-Console/trunk/lib/RT/Client/Console/Session.pm	Thu Jan  3 12:21:13 2008
@@ -58,6 +58,7 @@
 
     my ($screen_w, $screen_h);
 
+    # get screen size
     my $curses_handler = $class->get_curses_handler();
     $curses_handler->getmaxyx($screen_h, $screen_w);
     



More information about the Bps-public-commit mailing list