1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-16 06:15:45 +01:00

added -- MESSAGE -- mode handling to muttator. This will be the only muttator-specific mode added to the VIM core.

This commit is contained in:
Martin Stubenschrott
2008-02-05 13:49:59 +00:00
parent 6ec0f8f7c1
commit 7d9e1e100a
5 changed files with 26 additions and 11 deletions

View File

@@ -78,16 +78,16 @@ the terms of any one of the MPL, the GPL or the LGPL.
</keyset>
<statusbar id="status-bar" class="hl-StatusLine">
<hbox insertbefore="statusText" id="vimperator-statusline" flex="1" height="10" hidden="false" align="center">
<textbox class="plain" id="vimperator-statusline-field-url" readonly="false" flex="1" crop="end"/>
<label class="plain" id="vimperator-statusline-field-inputbuffer" flex="0"/>
<label class="plain" id="vimperator-statusline-field-progress" flex="0"/>
<label class="plain" id="vimperator-statusline-field-tabcount" flex="0"/>
<label class="plain" id="vimperator-statusline-field-bufferposition" flex="0"/>
<hbox insertafter="statusTextBox" id="vimperator-statusline" flex="1" height="10" hidden="false" align="center">
<statusbarpanel class="plain" id="vimperator-statusline-field-url" readonly="false" flex="1" crop="end"/>
<statusbarpanel class="plain" id="vimperator-statusline-field-inputbuffer" flex="0"/>
<statusbarpanel class="plain" id="vimperator-statusline-field-progress" flex="0"/>
<statusbarpanel class="plain" id="vimperator-statusline-field-tabcount" flex="0"/>
<statusbarpanel class="plain" id="vimperator-statusline-field-bufferposition" flex="0"/>
</hbox>
<!-- just hide them since other elements expect them -->
<statusbarpanel id="statusbar-display" hidden="true"/>
<statusbarpanel id="statusbar-progresspanel" hidden="true"/>
<statusbarpanel id="statusText" hidden="true"/>
<statusbarpanel id="statusbarpanel-progress" hidden="true"/>
</statusbar>
<vbox id="vimperator-container" hidden="false">