Changed default "terminal" width.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@835 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: DefaultLogProvider.java,v 1.10 2002/06/06 20:53:30 mdb Exp $
|
||||
// $Id: DefaultLogProvider.java,v 1.11 2002/09/19 18:42:42 mdb Exp $
|
||||
//
|
||||
// samskivert library - useful routines for java programs
|
||||
// Copyright (C) 2001 Michael Bayne
|
||||
@@ -147,7 +147,7 @@ public class DefaultLogProvider implements LogProvider
|
||||
|
||||
// if we were unable to obtain our dimensions, use defaults
|
||||
if (_tdimens == null) {
|
||||
_tdimens = new Dimension(80, 24);
|
||||
_tdimens = new Dimension(132, 24);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user