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: Sender: news@box2.kmc.kyoto-u.ac.jp (News system Manager #2) Nntp-Posting-Host: chobi Organization: Kyoto University Microcomputer Club, Kyoto, Japan References: Distribution: fj Date: Tue, 6 Oct 1992 05:33:21 GMT Lines: 36 伊藤@京大マイコンクラブ です。 先日、ポストした Message separated Rogue-clone II (1/6)〜(6/6) に 対するパッチ(4つ目)です。 パッチ(3つ目)に誤りがありました。3つ目のパッチを当てたさらに後に このパッチを当てて下さい。 あるいは、この前のパッチの中でコメントアウトした部分を元に戻してしま っても、まともな端末ではうまく動くでしょう(この kterm はまともでない)。 -------- ここから -------- ここから -------- ここから -------- *** 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++; } -------- ここまで -------- ここまで -------- ここまで -------- -- 伊藤康史@京大マイコンクラブ, 京大情報 brx@box2.kmc.kyoto-u.ac.jp 0itohy@isle.kuis.kyoto-u.ac.jp