Cmenu

 view release on metacpan or  search on metacpan

cmenurc  view on Meta::CPAN

#C::warn     :7.3
#C::error    :7.1
#C::popup    :3.2.BOLD
#:  box shadow on colour screens
#C::shadow   :0.0
#:------------------------------------------------
#:Monochrome rendition
#: defined as Curses toggles from
#:   NORMAL | BOLD | REVERSE
#:   STANDOUT | BLINK | UNDERLINE | DIM
#: depends what the terminal supports; not all may
#: render distinctly from others if they work at all
#:------------------------------------------------
#: these are the defaults
#M::backdrop:DIM
#M::advice  :NORMAL
#M::text    :NORMAL
#M::title   :NORMAL
M::option  :BOLD
#M::button  :DIM
#M::scroll  :NORMAL
#M::rtext   :REVERSE
#M::rtitle  :REVERSE
M::roption :REVERSE|BOLD
#M::edge    :DIM
#M::dull    :DIM
#M::help    :REVERSE
#M::warn    :REVERSE
#M::error   :REVERSE
#M::popup   :NORMAL
#:
#:Key sequences
#:================================================
#:Key sequences are terminal specific or provided
#:by curses 
#:------------------------------------------------
#:Key sequences are specified as follows
#K:Key sequence          :##:CODE
#K:----------------------:##:----
#: Fields seperated by : where
#: K - is key specifier
#: Key sequence is a text description (thrown away)
#: ## The actual sequence
#:     control chars and <ESC> should be entered exactly
#:     see your editors docs on how to do this
#: Interpretation strings (what the key will do)
#:    to disable a key, make this NOP
#:	Cursor movement   UP   DOWN LEFT RITE
#:      	          PREV NEXT HOME END
#:	Deleting          BS   DEL
#:	Buffer            KILL YANK BUFF
#:	Toggles           INS  HELP
#:	Tabbing           TAB  BTAB
#:	Return            RET  EXIT QUIT
#:	Do nothing        NOP
#:------------------------------------------------
#: These are the default control sequences
#: --------
#: ANSI sequences for xterm
#: --------
#K:Ansi cursor-up     ^[[A ::UP
#K:Ansi cursor-down   ^[[B ::DOWN
#K:Ansi cursor-right  ^[[C ::RITE
#K:Ansi cursor-left   ^[[D ::LEFT
#K:Ansi guess         ^[[E ::PREV
#K:Ansi end key       ^[[F ::END
#K:Ansi guess         ^[[G ::NEXT
#K:Ansi home key      ^[[H ::HOME
#: --------
#: Emacs control sequences
#: --------
#K:begin of line         ^A::HOME
#K:end of line           ^E::END
#K:next char             ^F::RITE
#K:prev char             ^B::LEFT
#K:next field            ^N::TAB
#K:prev field            ^P::BACK
#K:redraw screen         ^L::REFS
#K:delete right          ^D::DEL
#K:kill line             ^K::KILL
#K:yank/paste buffer     ^V::YANK
#K:copy and kill to buff ^X::BUFF
#K:tab                   ^I:	:TAB
#:
#: --------
#: These are the default Curses return values
#: Do not change the return values
#: Lynx type motion is the default for Right & Left
#: to disable this, change LYNXL to LEFT & LYNXR to RITE
#: --------
#K:break                   :257:EXIT
#K:down arrow              :258:DOWN
#K:up arrow                :259:UP
#K:left arrow              :260:LYNXL
#K:right arrow             :261:LYNXR
#K:home                    :262:HOME
#K:backspace               :263:BS
#K:Func key 1              :265:HELP
#K:Func key 2              :266:NOP
#K:Func key 3              :267:NOP
#K:Func key 4              :268:NOP
#K:Func key 5              :269:NOP
#K:Func key 6              :270:NOP
#K:Func key 7              :271:NOP
#K:Func key 8              :272:QUIT
#K:Func key 9              :273:NOP
#K:Func key 10             :274:NOP
#K:Func key 11             :275:NOP
#K:Func key 12             :276:EXIT
#K:page up                 :339:PREV
#K:page down               :338:NEXT
#K:insert toggle           :331:INS
#K:delete                  :330:DEL
#K:enter key               :343:RET
#K:shifted tab             :353:BTAB
#K:end                     :360:END
#:
#:=================================================
#: Miscellaneous User Hacks
#:This gives an extra line in the menu pane by dropping
#:the pane border to overlap the button bar
#:Disabled by default - looks OK on mono-screens
X:::hack25
#:=================================================



( run in 0.996 second using v1.01-cache-2.11-cpan-39bf76dae61 )