aboutsummaryrefslogtreecommitdiffstats
path: root/st.c
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-09-15 11:01:38 +0200
committerJoe <bousset.rudy@gmail.com>2022-09-15 11:01:38 +0200
commit3628aab9ae095f4063b1068c5f40c90817a7f534 (patch)
tree9d48f9e4426bd5353dfc31b222c536fc261512ce /st.c
parentUpdate (diff)
downloadst-3628aab9ae095f4063b1068c5f40c90817a7f534.tar.gz
st-3628aab9ae095f4063b1068c5f40c90817a7f534.tar.bz2
st-3628aab9ae095f4063b1068c5f40c90817a7f534.tar.xz
st-3628aab9ae095f4063b1068c5f40c90817a7f534.tar.zst
st-3628aab9ae095f4063b1068c5f40c90817a7f534.zip
up
Diffstat (limited to 'st.c')
-rw-r--r--st.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/st.c b/st.c
index e625766..a0498cd 100644
--- a/st.c
+++ b/st.c
@@ -2876,7 +2876,7 @@ int trt_kbdselect(KeySym ksym, char *buf, int len) {
cu.x = term.c.x, cu.y = term.c.y;
set_notifmode(0, ksym);
return MODE_KBDSELECT;
- case XK_s :
+ case XK_v :
if ( selectsearch_mode & 1 )
selclear();
else
@@ -2899,7 +2899,7 @@ int trt_kbdselect(KeySym ksym, char *buf, int len) {
case XK_Escape :
if ( !in_use ) break;
selclear();
- case XK_Return :
+ case XK_y :
set_notifmode(4, ksym);
term.c.x = cu.x, term.c.y = cu.y;
select_or_drawcursor(selectsearch_mode = 0, type);