瀏覽代碼

fixed ^U cursor support

master
Connor Lane Smith 14 年之前
父節點
當前提交
09db46f54f
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      dmenu.c

+ 1
- 1
dmenu.c 查看文件

@@ -414,8 +414,8 @@ kpress(XKeyEvent * e) {
break;
case XK_u:
case XK_U:
memmove(text, text + cursor, sizeof text - cursor + 1);
cursor = 0;
text[0] = '\0';
match(text);
break;
case XK_w:


Loading…
取消
儲存