mirror of
https://github.com/paxed/dgamelaunch.git
synced 2025-07-31 01:24:43 +02:00
Document the watch_columns option. (Darshan Shaligram <scintilla@gmail.com>)
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@593 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
parent
2004c0e472
commit
6439b5788b
@ -24,6 +24,22 @@ maxnicklen = 10
|
|||||||
# "username" is the default.
|
# "username" is the default.
|
||||||
#sortmode = "username"
|
#sortmode = "username"
|
||||||
|
|
||||||
|
# Set the columns displayed in the watching-screen. Each column definition
|
||||||
|
# must have four elements as:
|
||||||
|
# [ "<display title>", "<sortname>", <Screen column>, "<printf format>" ]
|
||||||
|
#
|
||||||
|
# <sortname> 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.
|
# Path to a prepared chroot jail.
|
||||||
chroot_path = "/opt/nethack/nethack.alt.org/"
|
chroot_path = "/opt/nethack/nethack.alt.org/"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user