Changeset 4186


Ignore:
Timestamp:
10/04/03 01:34:29 (19 years ago)
Author:
piso
Message:

ALLEGRO_PROMPT_PATTERN

File:
1 edited

Legend:

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

    r4182 r4186  
    33 *
    44 * Copyright (C) 2002-2003 Peter Graves
    5  * $Id: LispShell.java,v 1.42 2003-10-03 16:44:16 piso Exp $
     5 * $Id: LispShell.java,v 1.43 2003-10-04 01:34:29 piso Exp $
    66 *
    77 * This program is free software; you can redistribute it and/or
     
    3434
    3535    private static final String ALLEGRO_PROMPT_PATTERN =
    36         "^(\\[[0-9+][i]?\\] )?[-a-zA-z]+\\([0-9]+\\): ";
     36        "^(\\[[0-9+][ci]?\\] )?[-a-zA-z]+\\([0-9]+\\): ";
    3737
    3838    private static final String ARMEDBEAR_PROMPT_PATTERN =
Note: See TracChangeset for help on using the changeset viewer.