blob: 617278792b7c86fa67bd9cd5ffcde34cc592b115 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
--- today.cnf.orig Sun Mar 14 00:00:00 1999
+++ today.cnf Sun Feb 13 15:59:51 2000
@@ -182,10 +182,10 @@
#
pager = # 外部ページャーの指定
# 指定しなければ、内蔵ページャー使用
-pause = yes # 内蔵ページャー 表示一時停止制御
+pause = no # 内蔵ページャー 表示一時停止制御
# yes 一時停止
# *no 停止しない
-pause_last = yes # 内蔵ページャー 表示終了後一時停止制御
+pause_last = no # 内蔵ページャー 表示終了後一時停止制御
# yes 一時停止
# *no 停止しない
outputfile = %c%y%m%d.tdy # 出力ファイル名 (筑湊拂:%c%y%m%d.tdy/%p.tdy)
@@ -369,7 +369,7 @@
#
$common # 以降 共通環境定義部
-#table_path = c:/bin/tbl # 各テーブルの検索パス名
+table_path = %%PREFIX%%/share/today # 各テーブルの検索パス名
# ';' で区切り複数指定可能
# 未定義の場合、環境変数 TODAYTBL の場所
|