]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/buildTimeConf.ml.in
The getter maps are now dumped also if matitac exits abruptly.
[helm.git] / helm / matita / buildTimeConf.ml.in
index 249058f8b9d795ebcce09200faa1695def43501c..1715dd1f4352c90f034cf1c6298ffdd8a9d061cc 100644 (file)
@@ -27,6 +27,12 @@ let debug = @DEBUG@;;
 let version = "0.0.1";;
 let undo_history_size = 10;;
 let console_history_size = 100;;
+let browser_history_size = 100;;
 let gtkrc = "@MATITA_GTKRC@";;
 let base_uri = "cic:/matita";;
+let phrase_sep = ".";;
+let blank_uri = "about:blank";;
+let current_proof_uri = "about:current_proof";;
+let default_script_font = "Monospace 10";;
+let images_dir = "@IMAGES_DIR@";;