/[cwmp]/google/lib/Term/Shelly.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /google/lib/Term/Shelly.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 90 by dpavlin, Fri Jun 22 20:30:35 2007 UTC revision 91 by dpavlin, Sat Jun 23 08:17:11 2007 UTC
# Line 70  my %KEY_CONSTANTS = ( Line 70  my %KEY_CONSTANTS = (
70                                                          "\e[D"      => "LEFT",                                                          "\e[D"      => "LEFT",
71                                                    );                                                    );
72    
 # stty raw, basically  
 ReadMode 3;  
   
73  # I need to know how big the terminal is (columns, anyway)  # I need to know how big the terminal is (columns, anyway)
74    
75  =pod  =pod
# Line 233  sub new ($) { Line 230  sub new ($) {
230    
231          $self->{"bindings"} = $bindings;          $self->{"bindings"} = $bindings;
232          $self->{"mappings"} = $mappings;          $self->{"mappings"} = $mappings;
233    
234            # stty raw, basically
235            ReadMode 3;
236    
237          return $self;          return $self;
238  }  }
239    

Legend:
Removed from v.90  
changed lines
  Added in v.91

  ViewVC Help
Powered by ViewVC 1.1.26