;;;; This file is not required, but contains examples of commands you
;;;; might want to use in your personal configuration file (~/.tfrc).
;;;; Feel free to customize these commands to your own tastes.

;;; Enable windowing mode.
/visual on

;;; Enable paging
/more off

;;; Enable suppression of introductory MUD text.
/quiet off

;;; Disable old-style slash interpretation
;;; I recommend this unless you have old macros containing multiple slashes.
/set oldslash=off

;;; Enter the directory where you keep your tf files.
/test $(/cd /tf)

/set hiliteattr=BuCred

;; bigger history, memory is not a problem
/set histsize=10000
/test $(/histsize -i 200)

;; 100 repetitions is enough
/set max_kbnum=100

;; gags for certain events
/def -i -F -ag -hREDEF     hide_redefspam
/def -i -F -ag -hBGTRIG    hide_bgtrigspam
/def -i -F -ag -hACTIVITY  hide_activityspam
/def -i -F -ag -hLOG       hide_logspam


/load -q keyboard.tf
/load -q fn_keys.tf
/load -q statusbar.tf
/load -q windows.tf
/load -q history_saver.tf
/load -q variables.tf
/load -q colour_log.tf
/load -q misc.tf


;; load worlds
/load -q world.tf

/time Tinyfugue started %X %Y
