mirror of
https://github.com/opensim/opensim.git
synced 2026-07-14 03:15:36 +08:00
Formatting cleanup.
This commit is contained in:
@@ -38,7 +38,7 @@ namespace OpenSim.GUI
|
||||
{
|
||||
this.KeyDown += new System.Windows.Forms.KeyEventHandler(TextInputControl_KeyDown);
|
||||
}
|
||||
|
||||
|
||||
private List<string> CommandHistory = new List<string>();
|
||||
private bool InHistory = false;
|
||||
private int HistoryPosition = -1;
|
||||
|
||||
Reference in New Issue
Block a user