diff --git a/examples/dgamelaunch.conf b/examples/dgamelaunch.conf index ee8fc38..d7bb306 100644 --- a/examples/dgamelaunch.conf +++ b/examples/dgamelaunch.conf @@ -24,6 +24,22 @@ maxnicklen = 10 # "username" is the default. #sortmode = "username" +# Set the columns displayed in the watching-screen. Each column definition +# must have four elements as: +# [ "", "", , "" ] +# +# may be "unsorted", "username", "game", "windowsize", "starttime", +# "idletime", or (if shmem is enabled) "watchers". +# +# watch_columns = [ ["", "", 1, "%s)"], +# ["User", "username", 4, "%-15s"], +# ["Game", "game", 21, "%-11s"], +# ["Term", "windowsize", 34, "%s"], +# ["Idle", "idletime", 43, "%-10s"], +# ["Watchers", "watchers", 55, "%5s"], +# ["Started", "starttime", 65, "%s"] +# ] + # Path to a prepared chroot jail. chroot_path = "/opt/nethack/nethack.alt.org/"