/[antiright]/antiright/src/arshell/arguments.c
ViewVC logotype

Diff of /antiright/src/arshell/arguments.c

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

revision 1.18 by jefbed, Sat Jun 4 01:02:10 2005 UTC revision 1.19 by jefbed, Thu Jun 23 21:24:01 2005 UTC
# Line 60  arshell_handle_graph_arguments(int *coun Line 60  arshell_handle_graph_arguments(int *coun
60        antiright_graph_point(atoi(argv[(*counter_int)]),        antiright_graph_point(atoi(argv[(*counter_int)]),
61                              atoi(argv[(*counter_int)+1]));                              atoi(argv[(*counter_int)+1]));
62        (*counter_int)++;        (*counter_int)++;
63        ARBUG;        
64        break;        break;
65      case 'r': /* Graph a rectangle.  */      case 'r': /* Graph a rectangle.  */
66        (*counter_int)++;        (*counter_int)++;
# Line 166  arshell_process_options(int *counter_int Line 166  arshell_process_options(int *counter_int
166      {      {
167      case 'A': /* This section adds a widget.  */      case 'A': /* This section adds a widget.  */
168        arshell_handle_construction_arguments(counter_int, argv);        arshell_handle_construction_arguments(counter_int, argv);
169        ARBUG;        
170        break;        break;
171      case 'E': /* Exit when a button is pressed.  */      case 'E': /* Exit when a button is pressed.  */
172        arshell.flags.exit_on_action=True;        arshell.flags.exit_on_action=True;
# Line 229  arshell_handle_command_line_arguments(in Line 229  arshell_handle_command_line_arguments(in
229        {        {
230          arshell_process_non_option_arguments(&counter_int, argv);          arshell_process_non_option_arguments(&counter_int, argv);
231        }        }
232      ARBUG;      
233      printf("counter_int: %d\n", counter_int);      printf("counter_int: %d\n", counter_int);
234      fflush(stdout);      fflush(stdout);
235    }      }  
236    ARBUG;    
237  }  }

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26