~ubuntu-branches/ubuntu/saucy/fdclone/saucy-proposed

« back to all changes in this revision

Viewing changes to _fdrc.dif

  • Committer: Package Import Robot
  • Author(s): Elías Alejandro Año Mendoza
  • Date: 2013-03-31 20:19:19 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20130331201919-vd2f75ssuh1sdctw
Tags: 3.01-1
* New upstream release
* Updated Standard-Version to 3.9.4
* Bump debhelper to 9
* debian/rules enabled hardening build flags

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
--- ../FD-1.03u/_fdrc   Tue Dec 18 00:00:00 2001
2
 
+++ _fdrc       Sat May 31 00:00:00 2008
 
2
+++ _fdrc       Fri Aug 3 00:00:00 2012
3
3
@@ -1,6 +1,11 @@
4
4
 # Initialize file for FD
5
5
 #
23
23
 
24
24
 # default display mode
25
25
 #      0: normal (Default)
26
 
@@ -21,98 +27,361 @@
 
26
@@ -21,98 +27,389 @@
27
27
 #      5: sym-link status &                            invisible dot file
28
28
 #      6:                      file type symbol &      invisible dot file
29
29
 #      7: sym-link status &    file type symbol &      invisible dot file
87
87
-#MINFILENAME   =       12
88
88
+#MINFILENAME=12
89
89
+
 
90
+# widen digit for the number of pages & files
 
91
+#      0: not widen (Default)
 
92
+#      >= 1: widen
 
93
+#WIDEDIGIT=0
 
94
+
 
95
+# use SI unit with huge file size
 
96
+#      0: not use SI unit (Default)
 
97
+#      >= 1: use SI unit
 
98
+#SIZEUNIT=0
 
99
+
90
100
+# history file of sh mode
91
101
+#      Default: ~/.fd_history
92
102
+#HISTFILE=~/.fd_history
114
124
 #      Default: 50
115
125
-#SAVEHIST      =       50
116
126
+#SAVEDIRHIST=50
 
127
+
 
128
+# file creation mask for command history
 
129
+#      Default: 022
 
130
+#HISTUMASK=022
 
131
+
 
132
+# file creation mask for directory history
 
133
+#      Default: 022
 
134
+#DIRHISTUMASK=022
117
135
 
118
136
 # limit of counting files in directory, on tree mode
119
137
 #      Default: 50
161
179
+
162
180
+# whether if hold the Kana-Kanji translation table on memory
163
181
+#      0: not hold (Default)
164
 
+#      >= 1: hold
 
182
+#      1: only Hinsi info. table
 
183
+#      2: also includes index table
 
184
+#      3: hold all tables
165
185
+#IMEBUFFER=0
 
186
+
 
187
+# larning level for the Kana-Kanji translation
 
188
+#      default: 16
 
189
+#IMELARNING=16
 
190
+
 
191
+# file creation mask for the Kana-Kanji translation frequency
 
192
+#      Default: 022
 
193
+#FREQUMASK=022
166
194
 
167
195
 # whether if support ANSI color escape sequence
168
196
 #      0: monochrome (Default)
407
435
 
408
436
 # Kanji code to be inputted
409
437
 #      Default: No convert
410
 
@@ -120,49 +389,249 @@
 
438
@@ -120,49 +417,249 @@
411
439
 #      sjis, SJIS: Shift JIS
412
440
 #      utf8, UTF8: UTF-8
413
441
 #      utf8-mac, UTF8-MAC: UTF-8 for Mac OS X
414
442
-#INPUTKCODE    =       ""
415
443
+#      utf8-iconv, UTF8-ICONV: UTF-8 for iconv
416
444
+#INPUTKCODE=""
417
 
+
418
 
+# Kanji code to be inputted to the pseudo terminal
419
 
+#      Default: No convert
420
 
+#      euc, EUC: EUC-JP
421
 
+#      sjis, SJIS: Shift JIS
422
 
+#      utf8, UTF8: UTF-8
423
 
+#      utf8-mac, UTF8-MAC: UTF-8 for Mac OS X
424
 
+#      utf8-iconv, UTF8-ICONV: UTF-8 for iconv
425
 
+#PTYINKCODE=""
426
445
 
427
446
-#PAGER =       more%K
428
447
-#EDITOR        =       vi
429
448
-#SHELL =       /bin/sh
 
449
+# Kanji code to be inputted to the pseudo terminal
 
450
+#      Default: No convert
 
451
+#      euc, EUC: EUC-JP
 
452
+#      sjis, SJIS: Shift JIS
 
453
+#      utf8, UTF8: UTF-8
 
454
+#      utf8-mac, UTF8-MAC: UTF-8 for Mac OS X
 
455
+#      utf8-iconv, UTF8-ICONV: UTF-8 for iconv
 
456
+#PTYINKCODE=""
 
457
+
430
458
+# Kanji code to be outputted from the pseudo terminal
431
459
+#      Default: No convert
432
460
+#      euc, EUC: EUC-JP
687
715
 
688
716
 # archiver definition
689
717
 #(Default)
690
 
@@ -178,6 +647,7 @@
 
718
@@ -178,6 +675,7 @@
691
719
 #(Examples)
692
720
 #arch ".zip"   "zip -q %C %TA"                 "unzip -q %C %TA"
693
721
 #arch ".zoo"   "zoo aq %C %TA"                 "zoo xq %C %TA"
695
723
 
696
724
 # examples for MS-DOS
697
725
 #arch ".lzh"   "lha a %S %TA"                  "lha x %S %TA"
698
 
@@ -198,22 +668,52 @@
 
726
@@ -198,22 +696,52 @@
699
727
 #bind '{'      ROLL_UP
700
728
 #bind '}'      ROLL_DOWN
701
729
 #bind '~'      "cd ~%N%K"
758
786
 #}
759
787
 
760
788
 # MS-DOS drive definition
761
 
@@ -222,7 +722,7 @@
 
789
@@ -222,7 +750,7 @@
762
790
 
763
791
 # alias definition
764
792
 #(Example)