mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 18:54:12 +01:00
renamed CompletionList -> InformationList which is now a common class for the
completion window, for the preview window and the buffer window ("B").
Only the StatusLine class to go...
This commit is contained in:
@@ -234,7 +234,8 @@ var g_settings = [/*{{{*/
|
||||
["showstatuslinks", "ssli"],
|
||||
["showstatuslinks", "ssli"],
|
||||
"Show the destination of the link under the cursor in the status bar",
|
||||
"Available items:<br/>"+
|
||||
"Also links which are focused by keyboard commands like <code class=\"mapping\"><Tab></code> are shown. "+
|
||||
"Possible values:<br/>"+
|
||||
"<ul><li><b>0</b>: Don't show link destination</li><li>" +
|
||||
" <b>1</b>: Show the link in the status line</li><li>" +
|
||||
" <b>2</b>: Show the link in the command line</li></ul>",
|
||||
@@ -249,7 +250,7 @@ var g_settings = [/*{{{*/
|
||||
["showtabline", "stal"],
|
||||
["showtabline", "stal"],
|
||||
"Control when to show the tab bar of opened web pages",
|
||||
"Available items:<br/>"+
|
||||
"Possible values:<br/>"+
|
||||
"<ul><li><b>0</b>: Never show tab bar</li><li>"+
|
||||
" <b>1</b>: Show tab bar only if more than one tab is open</li><li>"+
|
||||
" <b>2</b>: Always show tab bar</li></ul>"+
|
||||
|
||||
Reference in New Issue
Block a user