소스 검색

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:


불러오는 중...
취소
저장