Skip to content

Tags: reeflective/readline

Tags

v1.0.15

Toggle v1.0.15's commit message
Fix history save

Verified

This tag was signed with the committer’s verified signature.
lesnuages Ronan Kervella

v1.0.13

Toggle v1.0.13's commit message
Fixes to completion display

v1.0.12

Toggle v1.0.12's commit message
Fixes to inputrc & prompt sequences + formatting

v1.0.11

Toggle v1.0.11's commit message
Don't trim comments on returned line buffer

v1.0.10

Toggle v1.0.10's commit message
Bug fixes to completions

v1.0.9

Toggle v1.0.9's commit message
Strenghened completion system, new options and fixes.

v1.0.8

Toggle v1.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
dev (#50)

* Load default options

* fix stupid

* Fix clearline after input buffer

* Change UNIX newlines with returned newlines in display (more reliable)

* Always use original terminal file descriptor for low-level cursor
requests, and potentially most other virtual terminal sequences.

* Don't code too late in the night

* Fix term length

* Fix

v1.0.7

Toggle v1.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
dev (#49)

* Load default options

* fix stupid

* Fix clearline after input buffer

* Change UNIX newlines with returned newlines in display (more reliable)

* Always use original terminal file descriptor for low-level cursor
requests, and potentially most other virtual terminal sequences.

* Don't code too late in the night

v1.0.6

Toggle v1.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
More reliable newline behavior && terminal low-level access (#48)

* Load default options

* fix stupid

* Fix clearline after input buffer

* Change UNIX newlines with returned newlines in display (more reliable)

* Always use original terminal file descriptor for low-level cursor
requests, and potentially most other virtual terminal sequences.