summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2002-04-28 11:30:31 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2002-04-28 11:30:31 +0000
commit5960fcf8cf09f13a9717c560e9b2299872809198 (patch)
tree6db9c682993348e050458a07033553139da35d7e /src
parentf515c168907173ceb3b8ebaa309cee1b587ff64a (diff)
downloadirssi-5960fcf8cf09f13a9717c560e9b2299872809198.zip
added %# to a few "/window" lines.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2734 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src')
-rw-r--r--src/fe-text/module-formats.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fe-text/module-formats.c b/src/fe-text/module-formats.c
index 5a9b668e..79e9dc2b 100644
--- a/src/fe-text/module-formats.c
+++ b/src/fe-text/module-formats.c
@@ -45,8 +45,8 @@ FORMAT_REC gui_text_formats[] =
{ "window_not_sticky", "Window is not sticky", 0 },
{ "window_set_sticky", "Window set sticky", 0 },
{ "window_unset_sticky", "Window is not sticky anymore", 0 },
- { "window_info_sticky", "Sticky : $0", 1, { 0 } },
- { "window_info_scroll", "Scroll : $0", 1, { 0 } },
+ { "window_info_sticky", "%#Sticky : $0", 1, { 0 } },
+ { "window_info_scroll", "%#Scroll : $0", 1, { 0 } },
{ "window_scroll", "Window scroll mode is now $0", 1, { 0 } },
{ "window_scroll_unknown", "Unknown scroll mode $0, must be ON, OFF or DEFAULT", 1, { 0 } },