Subversion Repositories Games.Chess Giants

Rev

Rev 108 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 108 Rev 154
Line 42... Line 42...
42
 *  Process the commands to set the board[n] form of the    *
42
 *  Process the commands to set the board[n] form of the    *
43
 *  chess position.                                         *
43
 *  chess position.                                         *
44
 *                                                          *
44
 *                                                          *
45
 ************************************************************
45
 ************************************************************
46
 */
46
 */
47
  while (1) {
47
  while (FOREVER) {
48
    if ((input_stream == stdin) && !xboard) {
48
    if ((input_stream == stdin) && !xboard) {
49
      if (wtm)
49
      if (wtm)
50
        printf("edit(white): ");
50
        printf("edit(white): ");
51
      else
51
      else
52
        printf("edit(black): ");
52
        printf("edit(black): ");