issues
search
troglobit
/
editline
A small replacement for GNU readline() for UNIX
https://troglobit.com/projects/editline/
Other
279
stars
58
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Ctrl+U: Only delete from start of line to cursor
#72
9999years
opened
1 month ago
0
`Ctrl-U` should delete the line from the cursor position, not the entire line
#71
9999years
opened
1 month ago
0
Recognize `Meta+Left` and `Meta+Right` for word navigation
#70
9999years
opened
1 month ago
3
Add rl_attempted_completion_over global to header
#69
vikrrrr
closed
1 month ago
0
Respect default prompt
#68
Feoramund
closed
5 months ago
0
Respect `el_hist_size`
#67
Feoramund
closed
5 months ago
1
write_history silently eats IO errors in fprintf rather than failing
#66
lf-
opened
5 months ago
2
Prompt not displayed on non-interactive sessions, inconsistent with GNU readline
#65
lf-
closed
8 months ago
3
configure.ac: fix `autoconf-2.72` compatibility
#64
trofi
closed
10 months ago
0
fix filename inaccuracy
#63
nobody5050
closed
1 year ago
0
Issue #61
#62
al20878
closed
2 years ago
0
Does not compile cleanly
#61
al20878
closed
2 years ago
6
Can you state in the source it's licensed under Apache-2.0?
#60
vt-alt
closed
2 years ago
3
Rename man file to avoid collision with libedit
#59
s0dyy
closed
2 years ago
1
Avoid naming a dir "aux"
#58
rcombs
closed
2 years ago
3
Include stdio.h from editline.h
#57
rcombs
closed
2 years ago
0
fileman.c example. Error free(): double free detected in tcache 2
#56
Morphlng
opened
3 years ago
1
rl_point is always zero
#55
okbob
opened
3 years ago
4
handle home and end keys in urxvt
#54
tejing1
closed
3 years ago
3
Fix Home (\e[1~) and End (\e[4~) in tmux
#53
oxalica
closed
3 years ago
1
Need to press CTRL+Z twice to have process (that consumes editline) to go in the background
#52
lilastic
closed
3 years ago
1
Prompt not redisplayed after displaying completion possibilities
#51
minfrin
opened
3 years ago
3
ctrl-v for verbatim input
#50
Artoria2e5
opened
3 years ago
0
Add multibyte / locale and ignore support
#49
Artoria2e5
opened
3 years ago
3
Request for \1 and \2 (RL_PROMPT_START_IGNORE, RL_PROMPT_END_IGNORE) support
#48
Artoria2e5
opened
3 years ago
1
The process that uses editline does not respect CTRL+Z
#47
lilastic
closed
3 years ago
1
How to call function 'el_bind_key'
#46
lilastic
closed
3 years ago
3
Fixed buffer overrun issue detected by address sanitizer.
#45
mlundh
closed
3 years ago
4
Address sanitizer reports error
#44
mlundh
closed
3 years ago
12
Run with mpi
#43
tuanhtrng
closed
3 years ago
4
Inclusion in a debian repository
#42
cyraxjoe
opened
4 years ago
4
Example Step 2 needs header file <stdio.h>
#41
byteroll
closed
4 years ago
1
include <sys/select.h> in excallback
#40
The-King-of-Toasters
closed
4 years ago
2
read() returns greater than 1 with some C standard library implementations (i.e. newlib)
#39
coldacid
closed
4 years ago
13
added fix for multiline representing as one line
#38
dvolynets
closed
4 years ago
3
Request for UTF-8 support
#37
joakim-tjernlund
opened
4 years ago
16
Cannot find sgstat.h or modes.h.
#36
h3adshotzz
closed
4 years ago
2
Simple multiline support
#35
dvolynets
closed
4 years ago
1
ECHO-732: added simple multiline support
#34
dvolynets
closed
4 years ago
0
Support for Latin-1?
#33
michaelbrunnbauer
closed
4 years ago
1
Cleanup el_intr_pending in h_search_end()
#32
abitmore
closed
5 years ago
1
Pressing Ctrl+C when searching sends SIGINT after next command
#31
abitmore
closed
5 years ago
1
Search with an empty string clears the whole screen
#30
abitmore
closed
5 years ago
2
Add rl_set_getc_func()
#29
abitmore
closed
5 years ago
0
Optionally return signal type when got a signal
#28
abitmore
closed
5 years ago
4
Feature request: able to gracefully end readline() from another thread
#27
abitmore
closed
5 years ago
8
Fix issues about long commands
#26
abitmore
closed
5 years ago
9
Avoid continuously duplicate commands in history
#25
abitmore
closed
5 years ago
4
editline: fix behavior when tty is narrower than column width
#24
dtzWill
closed
5 years ago
1
make Ctrl-L clear the screen instead of just starting a new line
#23
LnL7
closed
5 years ago
0
Next