Compare commits
No commits in common. "39c840cd74ed3faa795ebdf71cc31bdab6ca23ee" and "1318c4983f830693cc614921b68f35ff46646f4a" have entirely different histories.
39c840cd74
...
1318c4983f
@ -60,10 +60,9 @@ sdn-restore () {
|
|||||||
unset SDN_L SDN_P
|
unset SDN_L SDN_P
|
||||||
}
|
}
|
||||||
|
|
||||||
# These never occur in UTF-8: \300-\301 \365-\367 \370-\377
|
bind -x '"\200": sdn-navigate'
|
||||||
bind -x '"\300": sdn-navigate'
|
bind -x '"\201": sdn-restore'
|
||||||
bind -x '"\301": sdn-restore'
|
bind '"\eo":"\200\C-m\201"'
|
||||||
bind '"\eo": "\300\C-m\301"'
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
|
||||||
|
1
sdn.cpp
1
sdn.cpp
@ -1277,7 +1277,6 @@ fun handle (wint_t c) -> bool {
|
|||||||
auto i = g_normal_actions.find (c);
|
auto i = g_normal_actions.find (c);
|
||||||
switch (i == g_normal_actions.end () ? ACTION_NONE : i->second) {
|
switch (i == g_normal_actions.end () ? ACTION_NONE : i->second) {
|
||||||
case ACTION_CHOOSE_FULL:
|
case ACTION_CHOOSE_FULL:
|
||||||
// FIXME: in the root directory, this inserts //item
|
|
||||||
g.chosen = g.cwd + "/" + current.filename;
|
g.chosen = g.cwd + "/" + current.filename;
|
||||||
g.no_chdir = true;
|
g.no_chdir = true;
|
||||||
g.quitting = true;
|
g.quitting = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user