Changeset 159


Ignore:
Timestamp:
10/17/02 19:07:54 (21 years ago)
Author:
piso
Message:

DEFAULT_SHELL_PROMPT_PATTERN: support "* " prompt (CMU Common Lisp).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/j/src/org/armedbear/j/Constants.java

    r142 r159  
    33 *
    44 * Copyright (C) 2002 Peter Graves
    5  * $Id: Constants.java,v 1.3 2002-10-15 00:59:52 piso Exp $
     5 * $Id: Constants.java,v 1.4 2002-10-17 19:07:54 piso Exp $
    66 *
    77 * This program is free software; you can redistribute it and/or
     
    201201    int STATE_LAST            = 18;
    202202
    203     String DEFAULT_SHELL_PROMPT_PATTERN = "^[^#$%>]*[#$%>] *|^: *";
     203    String DEFAULT_SHELL_PROMPT_PATTERN = "^[^#$%>\\*]*[#$%>\\*] *|^: *";
    204204}
Note: See TracChangeset for help on using the changeset viewer.