ソースを参照

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:


読み込み中…
キャンセル
保存