[rkward-cvs] rkward/rkward rkconsole.cpp,1.30,1.31

Thomas Friedrichsmeier tfry at users.sourceforge.net
Tue Sep 12 17:12:12 UTC 2006


Update of /cvsroot/rkward/rkward/rkward
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv30208

Modified Files:
	rkconsole.cpp 
Log Message:
Always go to end of command history after a command is finished

Index: rkconsole.cpp
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/rkconsole.cpp,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** rkconsole.cpp	12 Sep 2006 12:32:47 -0000	1.30
--- rkconsole.cpp	12 Sep 2006 17:12:10 -0000	1.31
***************
*** 354,357 ****
--- 354,358 ----
  
  	output_continuation = false;
+ 	commands_history_position = commands_history.constEnd ();
  	tryNextInBatch ();
  }
***************
*** 442,446 ****
  	if (command.isEmpty ()) return;			// don't add empty lines
  
! 	commands_history_position = commands_history.append (command);
  	history_editing_line = QString::null;
  
--- 443,447 ----
  	if (command.isEmpty ()) return;			// don't add empty lines
  
! 	commands_history.append (command);
  	history_editing_line = QString::null;
  
***************
*** 576,585 ****
  }
  
- 
- 
  #include "rkconsole.moc"
- 
- 
- 
- 
- 
--- 577,579 ----





More information about the rkward-tracker mailing list