Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / chzyer/readline issues and pull requests

#239 - How to not append space?

Issue - State: open - Opened by vczyh 13 days ago - 5 comments

#238 - feat: Support pagination for tab completion

Pull Request - State: open - Opened by YangchenYe323 about 2 months ago - 2 comments

#237 - Doesn't work properly in GoLand's debug console.

Issue - State: open - Opened by lx32056127 3 months ago

#236 - Autocomplete using net.Conn

Issue - State: open - Opened by vl-axentia 3 months ago

#235 - buildtag changes for z/OS

Pull Request - State: open - Opened by latia-tanner 4 months ago - 1 comment

#234 - can it support pipeline input? echo "test" | readline-cli

Issue - State: open - Opened by johnwmail 4 months ago - 2 comments

#232 - Perform ioctl system calls through x/sys/unix

Pull Request - State: open - Opened by jrick 11 months ago - 4 comments

#231 - adds Config option to disable bell; DisableBell

Pull Request - State: open - Opened by henderjon about 1 year ago - 1 comment

#230 - Reading from differents threads sharing the same Instance

Issue - State: open - Opened by Slixe about 1 year ago

#229 - Fails to read piped stdin in windows

Issue - State: open - Opened by YairHalberstadt about 1 year ago

#228 - bug

Issue - State: closed - Opened by fasnow about 1 year ago

#226 - Add support for zOS

Pull Request - State: open - Opened by v1gnesh over 1 year ago - 8 comments

#224 - Add security policy

Pull Request - State: closed - Opened by pnacht over 1 year ago - 2 comments

#223 - Add a security policy

Issue - State: closed - Opened by pnacht over 1 year ago - 1 comment

#222 - Fix a hang where ctrl-d can hang the next call to Readline

Pull Request - State: open - Opened by tpodowd over 1 year ago

#221 - Fix crash when cfg.Painter is nil after another SetConfig() call

Pull Request - State: open - Opened by tpodowd over 1 year ago

#220 - TOCTOU race in prompt redraw

Issue - State: open - Opened by slingamn over 1 year ago

#219 - data race in history search

Issue - State: open - Opened by slingamn over 1 year ago

#218 - remove Windows output translation

Pull Request - State: closed - Opened by slingamn over 1 year ago - 10 comments

#215 - the serial terminal key is invalid or stuck

Issue - State: open - Opened by shiroming almost 2 years ago

#214 - data race warning

Issue - State: open - Opened by avlapp almost 2 years ago

#213 - Breaks terminal when used '\n' in promt

Issue - State: open - Opened by str1ngs-bytes almost 2 years ago

#212 - Support multi-line edit

Issue - State: open - Opened by wader about 2 years ago

#208 - Fixed: Autocomplete adds unwanted space (ASCII 32)(Issue #190)

Pull Request - State: open - Opened by denizul about 2 years ago

#207 - Tab Completion Candidate Pager for when candidates don't fit on a single page

Pull Request - State: open - Opened by tpodowd over 2 years ago - 26 comments

#206 - fix(autocomplete newline): autocomplete newline

Pull Request - State: open - Opened by shaohk over 2 years ago - 1 comment

#205 - readline.ListenRemote and telnet connection

Issue - State: open - Opened by lukasz-grabski over 2 years ago - 1 comment

#204 - Autocomplete CharBackspace behaviour question

Issue - State: closed - Opened by tpodowd over 2 years ago - 1 comment

#203 - Handle keypad mode cursor key escape sequences.

Pull Request - State: closed - Opened by tpodowd over 2 years ago - 3 comments

#202 - Various screen redraw fixes for wide characters, narrow screens etc.

Pull Request - State: open - Opened by tpodowd over 2 years ago - 24 comments

#201 - Added 'os400'

Pull Request - State: closed - Opened by derickr over 2 years ago - 1 comment

#200 - restore term when receive signal

Pull Request - State: closed - Opened by chzyer over 2 years ago

#199 - how to modify Prompt

Issue - State: closed - Opened by firstsko over 2 years ago

#198 - Fix race condition in DefaultOnWidthChanged

Pull Request - State: open - Opened by kylecarbs over 2 years ago - 1 comment

#197 - How do I complete a file path

Issue - State: open - Opened by wanggaolin almost 3 years ago - 2 comments

#195 - Option to restore terminal when interrupted

Pull Request - State: closed - Opened by nicollet almost 3 years ago - 1 comment

#193 - Remote CLI combined with Local CLI causes IO Issues

Issue - State: open - Opened by Fi1o about 3 years ago

#191 - it will return an EOF error when run with git bash on windows

Issue - State: open - Opened by rhettli over 3 years ago - 4 comments

#189 - Add Power Support ppc64le

Pull Request - State: open - Opened by nagesh4193 almost 4 years ago - 1 comment

#188 - Fails to build when GOOS=plan9

Issue - State: open - Opened by mholt about 4 years ago

#187 - Delete key with empty line makes Readline to return EOF

Issue - State: open - Opened by hallazzang over 4 years ago - 2 comments

#186 - errors when pasting text to the console in windows

Issue - State: open - Opened by ilyapashuk over 4 years ago

#185 - using readline with a hardware serial console (minitel)

Issue - State: open - Opened by tgirod over 4 years ago

#183 - type beyond EOL and moving back breaks redrawing

Issue - State: open - Opened by quite almost 5 years ago - 2 comments

#182 - Prompt 方法不支持多行文本吗?

Issue - State: closed - Opened by xuanskyer almost 5 years ago - 1 comment

#181 - Make <ctrl>+<left arrow> and <ctrl>+<right arrow> work

Pull Request - State: open - Opened by seveas almost 5 years ago

#180 - Is it possible to apply readline to tview or tcell?

Issue - State: open - Opened by dzpao about 5 years ago

#179 - fix: chinese corsor error

Pull Request - State: open - Opened by SilentTTxo about 5 years ago - 1 comment

#178 - ANY alternative?

Issue - State: open - Opened by itwars about 5 years ago - 7 comments

#177 - Case-Insensitive auto completion

Issue - State: open - Opened by dzervas over 5 years ago

#176 - Fix data race in terminal.go

Pull Request - State: closed - Opened by laodouya over 5 years ago - 1 comment

#175 - AIX support

Pull Request - State: closed - Opened by Helflym over 5 years ago - 5 comments

#174 - Add Algernon to the list of repos using readline

Pull Request - State: open - Opened by xyproto over 5 years ago

#173 - Highlight parenthesis

Issue - State: open - Opened by xyproto over 5 years ago

#172 - fix: Applied go fmt, fixed masked output

Pull Request - State: open - Opened by karantin2020 over 5 years ago

#171 - fix issue #169 for single line case

Pull Request - State: open - Opened by kinogmt over 5 years ago

#170 - fix: Applied go fmt, fixed masked output

Pull Request - State: closed - Opened by karantin2020 over 5 years ago - 1 comment

#169 - Readline() cleans up the last line which does not have \n at the end.

Issue - State: open - Opened by kinogmt over 5 years ago - 3 comments

#168 - FuncFilterInputRune fails on filtering ctrl-J

Issue - State: open - Opened by isacikgoz over 5 years ago

#167 - Couldn't manage to cancel CancelableStdin

Issue - State: closed - Opened by isacikgoz over 5 years ago

#166 - Support arrows in Application mode

Pull Request - State: open - Opened by lambdalisue over 5 years ago

#165 - bind to pageup / pagedown?

Issue - State: open - Opened by ywwg over 5 years ago

#163 - Crash after Ctrl-S, Ctrl-C

Issue - State: open - Opened by firelizzard18 almost 6 years ago - 2 comments

#162 - On windows cmd can not input char 'd' sometimes.

Issue - State: open - Opened by luckywinds almost 6 years ago - 3 comments

#161 - Fix cmd background on Windows

Pull Request - State: open - Opened by benpye almost 6 years ago - 3 comments

#160 - fixed backescape the first word in buffer

Pull Request - State: open - Opened by viert almost 6 years ago

#159 - In Windows CMD.EXE, Readline Resets Screen Color

Issue - State: open - Opened by jcburley almost 6 years ago

#157 - Vi Key-Bindings

Issue - State: open - Opened by asimjalis almost 6 years ago

#156 - Update Prompt type form string to fmt.Stringer.

Pull Request - State: open - Opened by luopengift almost 6 years ago

#155 - Support backward/forward by word with ctrl+<-/->

Pull Request - State: open - Opened by bom-d-van about 6 years ago

#154 - Fix suggested by go vet

Pull Request - State: open - Opened by hyangah about 6 years ago

#153 - Add support for Plan 9

Pull Request - State: open - Opened by fhs about 6 years ago

#152 - Fix a race condition in terminal.go

Pull Request - State: open - Opened by wallaceicy06 about 6 years ago - 2 comments

#151 - Fixes panic when exiting search with no previous input

Pull Request - State: open - Opened by ZadenRB about 6 years ago

#150 - Typing characters refreshes the entire line

Issue - State: open - Opened by tspivey about 6 years ago

#149 - Support <Home>/<End> Keyboard keys for PuTTY

Pull Request - State: open - Opened by wiselike about 6 years ago

#148 - Delete on empty line stops readline loop

Issue - State: open - Opened by Hittorp about 6 years ago - 1 comment

#147 - Is there a way to read multi-line input?

Issue - State: closed - Opened by junyu-w over 6 years ago - 1 comment

#146 - History prefix matching

Issue - State: open - Opened by liclac over 6 years ago - 1 comment

#145 - Modify the display width for Chinese characters and so on

Pull Request - State: closed - Opened by wiselike over 6 years ago - 1 comment

#144 - runes: Treat Other Symbol (So) category as double width

Pull Request - State: closed - Opened by rohityadavcloud over 6 years ago - 4 comments

#142 - fix(runebuf): fix cursor move display problem

Pull Request - State: closed - Opened by mritd over 6 years ago

#140 - Re-render hook for asynchronous display

Issue - State: closed - Opened by t-bast over 6 years ago - 2 comments

#139 - Dynamic autocomplete for multiple args

Issue - State: closed - Opened by rohityadavcloud almost 7 years ago - 3 comments

#137 - Fix panic 'integer divide by zero' when terminal width too low

Pull Request - State: closed - Opened by fxaguessy almost 7 years ago