Readline compatibility issues
Reported by h3rald (at h3rald) | March 3rd, 2009 @ 01:48 PM | in 0.3.1
- Rename completion_append_char to complation_append_character.
- It should be possible to call Rawline#readline.
- HISTORY.push does not work.
- The string returned by Editor#read (and Rawline#readline) should not contain a trailing newline character.
- It should be possible to set Line#word_separator to an empty string or nil.
- Verify that the completion matches array is an array, and remove any nil element
Comments and changes to this ticket
-
h3rald (at h3rald) March 3rd, 2009 @ 01:48 PM
- State changed from new to open
-
h3rald (at h3rald) March 6th, 2009 @ 07:42 PM
- State changed from open to resolved
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
RawLine is a 100% Ruby library able to provide some of the functionality offered by ReadLine, plus additional features such as a more intuitive way to bind characters to specific keys or key sequences.