equal
deleted
inserted
replaced
1 # TODO there are a few deficiencies in this file: |
1 # TODO there are a few deficiencies in this file: |
2 # * The "namespace" of the labels needs to be worked out. We currently |
2 # * The "namespace" of the labels needs to be worked out. We currently |
3 # piggyback on existing values so color works. |
3 # piggyback on existing values so color works. |
4 # * Obsolescence isn't considered for node labels. See _cset_labels in |
4 # * Obsolescence isn't considered for node labels. See _cset_labels in |
5 # map-cmdline.default. |
5 # map-cmdline.default. |
|
6 |
|
7 [templates] |
6 showbookmarks = '{if(active, "*", " ")} {pad(bookmark, longestbookmarklen + 4)}{shortest(node, nodelen)}\n' |
8 showbookmarks = '{if(active, "*", " ")} {pad(bookmark, longestbookmarklen + 4)}{shortest(node, nodelen)}\n' |
7 |
9 |
8 showwork = '{cset_shortnode}{namespaces % cset_namespace} {cset_shortdesc}' |
10 showwork = '{cset_shortnode}{namespaces % cset_namespace} {cset_shortdesc}' |
9 showstack = '{showwork}' |
11 showstack = '{showwork}' |
10 |
12 |