Newsgroups: fj.sources
Path: kddlab!cs.titech!wnoc-tyo-news!sh.wide!wnoc-kyo!kuis!kmc-box2!nntp!brx
From: brx@kmc.kyoto-u.ac.jp (Ito Yasufumi)
Subject: Patch 4 for Message separated Rogue-clone II
Message-ID: <BRX.92Oct6143321@chobi.kmc.kyoto-u.ac.jp>
Sender: news@box2.kmc.kyoto-u.ac.jp (News system Manager #2)
Nntp-Posting-Host: chobi
Organization: Kyoto University Microcomputer Club, Kyoto, Japan
References: <BRX.92Sep29012922@chobi.kmc.kyoto-u.ac.jp>
 <BRX.92Sep14180202@chobi.kmc.kyoto-u.ac.jp>
Distribution: fj
Date: Tue, 6 Oct 1992 05:33:21 GMT
Lines: 36

  $@0KF#!w(J$@5~Bg%^%$%3%s%/%i%V(J $@$G$9!#(J

  $@@hF|!"%]%9%H$7$?(J Message separated Rogue-clone II (1/6)$@!A(J(6/6) $@$K(J
$@BP$9$k(J$@%Q%C%A(J($@#4$DL\(J)$@$G$9!#(J

  $@%Q%C%A(J($@#3$DL\(J)$@$K8m$j$,$"$j$^$7$?!##3$DL\$N%Q%C%A$rEv$F$?$5$i$K8e$K(J
$@$3$N%Q%C%A(J$@$rEv$F$F2<$5$$!#(J
  $@$"$k$$$O!"$3$NA0$N%Q%C%A$NCf$G%3%a%s%H%"%&%H$7$?ItJ,$r85$KLa$7$F$7$^(J
$@$C$F$b!"$^$H$b(J$@$JC<Kv$G$O$&$^$/F0$/$G$7$g$&(J($@$3$N(J kterm $@$O$^$H$b$G$J$$(J)$@!#(J

-------- $@$3$3$+$i(J -------- $@$3$3$+$i(J -------- $@$3$3$+$i(J --------
*** curses.c.orig	Tue Sep 29 00:43:49 1992
--- curses.c	Tue Oct  6 14:19:29 1992
***************
*** 325,331 ****
  			if (col < DCOLS) {
  				put_cursor(i, col);
  			}
! 			while ((col < DCOLS) && (p[col] != ' ')) {
  				put_st_char((int) p[col++]);
  				cur_col++;
  			}
--- 325,332 ----
  			if (col < DCOLS) {
  				put_cursor(i, col);
  			}
! /*			while ((col < DCOLS) && (p[col] != ' ')) {*/
! 			while (col < DCOLS) {
  				put_st_char((int) p[col++]);
  				cur_col++;
  			}
-------- $@$3$3$^$G(J -------- $@$3$3$^$G(J -------- $@$3$3$^$G(J --------
--
				$@0KF#9/;K!w5~Bg%^%$%3%s%/%i(J$@%V(J, $@5~Bg>pJs(J
				    brx@box2.kmc.kyoto-u.ac.jp
				    0itohy@isle.kuis.kyoto-u.ac.jp
