前の画面〕 〔クリックポイント〕 〔最新の一覧〕 〔全て読んだことにする〕〔全て読んだことにして終了〕 〔終了

1230 re(1):win terminal enhanced
2006/3/18(土)14:56 - kakuto - 61-25-231-14.rev.home.ne.jp - 1979 hit(s)

引用する
現在のパスワード


松岡> 竹のさんのページで
松岡> win terminal で拡張テキスト処理モード (enhanced text mode) を サポート
松岡> とあったので,やったー!!!と思い
松岡> 早速角藤さん版をとってきたのですが
松岡>
松岡> set term win enh
松岡> plot sin(x)
松岡>
松岡> とすると落ちてしまいました。

下のパッチでは落ちなくなるようです (よろしくお願いします >竹のさん):

--- graphics.c.origSun Mar 12 10:30:46 2006
+++ graphics.cSat Mar 18 13:51:26 2006
@@ -345,7 +345,7 @@
/* This should go *inside* label_width(), but it messes up the key title */
/* Imperfect check for subscripts */
if (term->flags & TERM_ENHANCED_TEXT)
-if (strchr(axis_array[FIRST_X_AXIS].label.text,'_'))
+if (axis_array[FIRST_X_AXIS].label.text && strchr(axis_array[FIRST_X_AXIS].label.text,'_'))
xlablin++;
#endif
if (axis_array[SECOND_X_AXIS].label.text)


〔ツリー構成〕

【1229】 win terminal enhanced 2006/3/18(土)11:51 松岡 (352)
┣【1230】 re(1):win terminal enhanced 2006/3/18(土)14:56 kakuto (833)
┣【1231】 re(2):win terminal enhanced 2006/3/18(土)15:30 kakuto (104)
┣【1233】 re(3):win terminal enhanced 2006/3/20(月)09:08 松岡 (568)
┣【1232】 re(2):win terminal enhanced 2006/3/18(土)16:17 竹の (357)
┣【1234】 re(3):win terminal enhanced 2006/3/20(月)10:36 竹の (757)
┣【1235】 re(4):win terminal enhanced 2006/3/20(月)11:00 kakuto (74)

前の画面〕 〔クリックポイント〕 〔最新の一覧〕 〔全て読んだことにする〕〔全て読んだことにして終了〕 〔終了

※ 『クリックポイント』とは一覧上から読み始めた地点を指し、ツリー上の記事を巡回しても、その位置に戻ることができます.