Changeset 143
- Timestamp:
- 10/15/02 01:01:16 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/j/ShellFormatter.java
r2 r143 3 3 * 4 4 * Copyright (C) 1998-2002 Peter Graves 5 * $Id: ShellFormatter.java,v 1. 1.1.1 2002-09-24 16:09:15piso Exp $5 * $Id: ShellFormatter.java,v 1.2 2002-10-15 01:01:16 piso Exp $ 6 6 * 7 7 * This program is free software; you can redistribute it and/or … … 27 27 public final class ShellFormatter extends Formatter 28 28 { 29 // States.30 public static final int STATE_INPUT = 1;31 public static final int STATE_PROMPT = 2;32 public static final int STATE_PASSWORD_PROMPT = 3;33 34 29 // Formats. 35 30 private static final byte SHELL_FORMAT_TEXT = 0;
Note: See TracChangeset
for help on using the changeset viewer.