summary refs log tree commit diff stats
path: root/test/tc_ui.py
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2011-05-19 16:08:04 +0200
committerhut <hut@lavabit.com>2011-05-19 16:08:04 +0200
commit71569b7201925274f3a97dd24e8e735f50bc9a53 (patch)
tree6f68a937963aebab37aeb88960952479b6fe6bac /test/tc_ui.py
parente690d4e989cb52a73cfd3c141a6388aded4b4a8c (diff)
downloadranger-71569b7201925274f3a97dd24e8e735f50bc9a53.tar.gz
ranger/gui/ui: Fixed issues with ALT key
<A-x> was treated equal to <ESC>x internally, which is clearly wrong.
As a result, the mapping <A-x> will override previous <ESC> mappings.
This was fixed by translating <A-x> to <ALT_KEY>x with <ALT_KEY> being
a special token for the keyparser. I hope this doesn't cause any
trouble.
Also, ALT+letter keys were fixed when using xterm-compatibility mode.
(Option xterm_alt_key = True)
Diffstat (limited to 'test/tc_ui.py')
0 files changed, 0 insertions, 0 deletions
#336699; font-weight: bold } /* Name.Property */ .highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #336699 } /* Name.Variable */ .highlight .ow { color: #008800 } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
module git.sr.ht/~sircmpwn/aerc

require (
	git.sr.ht/~sircmpwn/getopt v0.0.0-20190214165041-9a4f886f9fc7
	git.sr.ht/~sircmpwn/pty v0.0.0-20190330154901-3a43678975a9
	github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964
	github.com/ddevault/go-libvterm v0.0.0-20190526194226-b7d861da3810
	github.com/emersion/go-imap v1.0.0-beta.5
	github.com/emersion/go-imap-idle v0.0.0-20190519112320-2704abd7050e
	github.com/emersion/go-message v0.10.3
	github.com/emersion/go-sasl v0.0.0-20190517184301-63aa71ca65a3
	github.com/emersion/go-smtp v0.11.0
	github.com/gdamore/tcell v1.0.0
	github.com/go-ini/ini v1.42.0
	github.com/google/shlex v0.0.0-20181106134648-c34317bd91bf
	github.com/kyoh86/xdg v0.0.0-20171127140545-8db68a8ea76a
	github.com/martinlindhe/base36 v0.0.0-20190418230009-7c6542dfbb41
	github.com/mattn/go-isatty v0.0.3
	github.com/mattn/go-runewidth v0.0.4
	github.com/miolini/datacounter v0.0.0-20171104152933-fd4e42a1d5e0
	github.com/mitchellh/go-homedir v1.1.0
	github.com/pkg/errors v0.8.1
	github.com/riywo/loginshell v0.0.0-20181227004642-c2f4167b2303
	github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect
	github.com/stretchr/testify v1.3.0
	golang.org/x/sys v0.0.0-20190516110030-61b9204099cb // indirect
	gopkg.in/ini.v1 v1.42.0 // indirect
)

replace github.com/gdamore/tcell => git.sr.ht/~sircmpwn/tcell v0.0.0-20190602140719-d1981101c4c8