summaryrefslogtreecommitdiffstats
path: root/stfl/dllist.stfl
diff options
context:
space:
mode:
authorDennis van der Schagt <dennisschagt@gmail.com>2020-04-28 18:41:43 +0200
committerDennis van der Schagt <dennisschagt@gmail.com>2020-05-01 20:36:54 +0200
commit5fde730c5acf828a505969ee8e152112724d3c5e (patch)
treea32206fd185ad01c5e3928a16188f082c2dfeeaa /stfl/dllist.stfl
parent9db47f0adda418d6e5f87daf62010a04f0f49bfa (diff)
Rename stfl "pos" variables to be in line with the relevant list name
This allows later improvments in which the "pos" variable name can be automatically determined from the name of the list. (e.g. for a list called "feeds", the "pos" variable is now called "feeds_pos")
Diffstat (limited to 'stfl/dllist.stfl')
-rw-r--r--stfl/dllist.stfl2
1 files changed, 1 insertions, 1 deletions
diff --git a/stfl/dllist.stfl b/stfl/dllist.stfl
index 0349a500..40bee51e 100644
--- a/stfl/dllist.stfl
+++ b/stfl/dllist.stfl
@@ -17,7 +17,7 @@ vbox
style_focus[listfocus]:fg=yellow,bg=blue,attr=bold
.expand:vh
pos_name[dlposname]:
- pos[dlpos]:0
+ pos[dls_pos]:0
vbox[hints]
.expand:0
.display[showhint]:1