Denys Vlasenko
|
b2320370be
lineedit: in !EDITING config, return -1 on fgets error
|
12 yıl önce |
Cliff Frey
|
4919565c15
lineedit: fix Alt-D when cursor==0
|
12 yıl önce |
Dennis Groenen
|
deee356a62
lineedit: histfile can get emptied when CONFIG_FEATURE_EDITING_SAVE_ON_EXIT=y
|
12 yıl önce |
Denys Vlasenko
|
56443cdbdd
whitespace fixes
|
12 yıl önce |
Denys Vlasenko
|
7ce209b9d4
shell_builtin_read: set cc[VMIN] to 1; lineedit: don't clear c_cc[VINTR]
|
13 yıl önce |
Denys Vlasenko
|
c0cae52662
lineedit: fix build failure
|
13 yıl önce |
Denys Vlasenko
|
9ce09bc9cb
lineedit: add support for M-b, M-f, M-d, M-Backspace
|
13 yıl önce |
Denys Vlasenko
|
e45af7ad17
lineedit: remove SAVE_HISTORY bit, ->hist_file can be used as indicator
|
13 yıl önce |
Denys Vlasenko
|
bede215cf1
lineedit: add support for history saving on exit
|
13 yıl önce |
Denys Vlasenko
|
4840ae8a06
lineedit: fix atomic replace of history file; hush: fix $HISTFILE handling
|
13 yıl önce |
Denys Vlasenko
|
a669eca3a2
libbb/lineedit: implement optional Ctrl-R history search
|
13 yıl önce |
Alexey Fomenko
|
232ebaa568
lineedit: fix rare SEGV; mark a few FIXMEs
|
13 yıl önce |
Denys Vlasenko
|
e3d8d077b7
small fix for HISTFILESIZE
|
13 yıl önce |
Denys Vlasenko
|
2c4de5b045
ash,hush: optional support for $HISTFILESIZE.
|
13 yıl önce |
Denys Vlasenko
|
353680aa46
lineedit: fixes for CONFIG_UNICODE_USING_LOCALE=y
|
13 yıl önce |
Denys Vlasenko
|
66c5b12dbf
ash: fix TMOUT not restoring tty attributes
|
14 yıl önce |
Mike Shal
|
f3763033e4
lineedit: fix tab-completion of filenames with spaces
|
14 yıl önce |
Wolfram Sang
|
2e9aeae4db
lineedit: create history files with mode 0600
|
14 yıl önce |
Marek Polacek
|
7b18107384
*: use _exit() in sighandlers; showkey: do not use exit-thru-sighandler
|
14 yıl önce |
Denys Vlasenko
|
d55f599440
lineedit: do not hang on error, but return error indicator.
|
14 yıl önce |
Denys Vlasenko
|
3926363214
lineedit: on tab completion, show filenames obly in all cases (bash compat)
|
14 yıl önce |
Denys Vlasenko
|
76939e7b72
lineedit: allocate matchBuf only temporarily: saves MAX_LINELEN bytes
|
14 yıl önce |
Denys Vlasenko
|
ba0e103a66
lineedit: de-indent large block in input_tab. No logic changes.
|
14 yıl önce |
Denys Vlasenko
|
a46e16ef52
lineedit: rename tmp -> chosen_match; small code shrink
|
14 yıl önce |
Denys Vlasenko
|
9b56bf5416
lineedit: stop using permanent int_buf[] (16k!): allocate it
|
14 yıl önce |
Denys Vlasenko
|
81254ed387
lineedit: remove pos_buf[] array (up to 16k!); fix compat bugs
|
14 yıl önce |
Denys Vlasenko
|
3c460b005c
lineedit: return prefix len from tab completion helpers
|
14 yıl önce |
Denys Vlasenko
|
2679e3c8cc
lineedit: clean up tab completion code (variable reuse, comments)
|
14 yıl önce |
Denys Vlasenko
|
57ea9b488b
preparatory cleanup patch for tab completion fixes
|
14 yıl önce |
Denys Vlasenko
|
7063e86d0d
lineedit: small readability improvement (same code)
|
14 yıl önce |