소스 검색

another fix

master
Anselm R. Garbe 18 년 전
부모
커밋
358f078c0b
1개의 변경된 파일9개의 추가작업 그리고 12개의 파일을 삭제
  1. +9
    -12
      dmenu.1

+ 9
- 12
dmenu.1 파일 보기

@@ -32,29 +32,26 @@ Select the previous/next item.
Copy the selected item to the input field.
.TP
.B Return
Confirm selection and quit (print the selected item to standard output).
Confirm selection and quit (print the selected item to standard output). Returns
.B 0
on termination.
.TP
.B Shift-Return
Confirm selection and quit (print the text in the input field to standard output).
Returns
.B 0
on termination.
.TP
.B Escape
Quit without selecting an item.
Quit without selecting an item. Returns
.B 1
on termination.
.TP
.B Backspace (Control-h)
Remove enough characters from the input field to change its filtering effect.
.TP
.B Control-u
Remove all characters from the input field.
.P
dwm returns
.B 0
if
.B Return
is pressed and
.B 1
if
.B Escape
is pressed on termination.
.SH CUSTOMIZATION
dmenu is customized by creating a custom config.h and (re)compiling the source
code. This keeps it fast, secure and simple.


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