mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 02:27:58 +01:00
show info about tabs loaded in background; also allow ctrl- prefixed keys again
This commit is contained in:
@@ -401,12 +401,13 @@ liberator.CommandLine = function () //{{{
|
||||
|
||||
return {
|
||||
|
||||
HL_NORMAL : "hl-Normal",
|
||||
HL_ERRORMSG: "hl-ErrorMsg",
|
||||
HL_MODEMSG : "hl-ModeMsg",
|
||||
HL_MOREMSG : "hl-MoreMsg",
|
||||
HL_QUESTION: "hl-Question",
|
||||
HL_WARNING : "hl-Warning",
|
||||
HL_NORMAL : "hl-Normal",
|
||||
HL_ERRORMSG : "hl-ErrorMsg",
|
||||
HL_MODEMSG : "hl-ModeMsg",
|
||||
HL_MOREMSG : "hl-MoreMsg",
|
||||
HL_QUESTION : "hl-Question",
|
||||
HL_INFOMSG : "hl-InfoMsg",
|
||||
HL_WARNING : "hl-Warning",
|
||||
|
||||
// not yet used
|
||||
FORCE_MULTILINE : 1 << 0,
|
||||
|
||||
Reference in New Issue
Block a user