-
Notifications
You must be signed in to change notification settings - Fork 28
Comparing changes
Open a pull request
base repository: msteveb/linenoise
base: master
head repository: andreas-kupries/linenoise
compare: master
- 13 commits
- 2 files changed
- 3 contributors
Commits on Feb 21, 2013
-
New feature: Support hidden input (for passwords and the like).
Controlled by internal global flag variable "is_hidden". Added two new accessor functions to set and retrieve the flag's state. (Avoided changing the signature of linenoise()). Activating hidden input - Causes all entered characters to be echoed back as '*'. - Disables navigating and searching the history. - Disables line completion. - All other editing commands are left active.
Configuration menu - View commit details
-
Copy full SHA for 89c25c4 - Browse repository at this point
Copy the full SHA 89c25c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8cb2f7 - Browse repository at this point
Copy the full SHA b8cb2f7View commit details
Commits on Feb 26, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 1517756 - Browse repository at this point
Copy the full SHA 1517756View commit details
Commits on Oct 17, 2013
-
Andreas Kupries committed
Oct 17, 2013 Configuration menu - View commit details
-
Copy full SHA for 76caa7c - Browse repository at this point
Copy the full SHA 76caa7cView commit details
Commits on Oct 18, 2013
-
Bug fix. Ensure that current->cols is initialized even when both stdi…
…n/stdout are redirected (which prevents the raw mode from getting set).
Andreas Kupries committedOct 18, 2013 Configuration menu - View commit details
-
Copy full SHA for b0ba152 - Browse repository at this point
Copy the full SHA b0ba152View commit details -
Bug fix. Redid the fallback code for getting the terminal width via v…
…t100 control sequences to not change the visible cursor location. Instead of - go far right - query location we now do (1) query location (2) go far right (3) query location again (4) move left to the original location as reported by (1). Only if (1) succeeds and (3) fails will the visible cursor location change (moving to far left). Placed the code to request cursor location and parse the response into its own helper function. The old way of doing it left the cursor at far right, and could mess up an outer shell prompt.
Andreas Kupries committedOct 18, 2013 Configuration menu - View commit details
-
Copy full SHA for 9e25655 - Browse repository at this point
Copy the full SHA 9e25655View commit details
Commits on Oct 21, 2013
-
Merge branch 'msteveb_master'. Whitespace changes, and added comments…
… for my bugfixes.
Andreas Kupries committedOct 21, 2013 Configuration menu - View commit details
-
Copy full SHA for e77c968 - Browse repository at this point
Copy the full SHA e77c968View commit details
Commits on Jun 2, 2014
-
Merge branch 'msteveb_master'.
Added proper comments for my personal API functions.
Andreas Kupries committedJun 2, 2014 Configuration menu - View commit details
-
Copy full SHA for aa63904 - Browse repository at this point
Copy the full SHA aa63904View commit details -
Extended the linenoise API with a function returning the terminal hei…
…ght.
Andreas Kupries committedJun 2, 2014 Configuration menu - View commit details
-
Copy full SHA for 129a02f - Browse repository at this point
Copy the full SHA 129a02fView commit details
Commits on Aug 22, 2014
-
Extended the handling of hidden input. Allow existing echo of stars, …
…and newly allow supression of all echo.
Andreas Kupries committedAug 22, 2014 Configuration menu - View commit details
-
Copy full SHA for 3ba9c1a - Browse repository at this point
Copy the full SHA 3ba9c1aView commit details
Commits on Aug 27, 2014
-
Fixed the fully hidden mode, which did not hide anything at all.
Andreas Kupries committedAug 27, 2014 Configuration menu - View commit details
-
Copy full SHA for d1feefc - Browse repository at this point
Copy the full SHA d1feefcView commit details -
Switched the modi for hidden input around. Default now is full suppre…
…ssion, star-echo moved aside to be extended mode available on request.
Andreas Kupries committedAug 27, 2014 Configuration menu - View commit details
-
Copy full SHA for 12f8b83 - Browse repository at this point
Copy the full SHA 12f8b83View commit details
Commits on Dec 15, 2015
-
Fixed bug in the handling of hidden input on windows. We must set the…
… cursor to the new position after printing the prompt. Without this the prompt is printed with the cursor staying the beginning of the line. This is specific to windows. Unix is not affected at all.
Andreas Kupries committedDec 15, 2015 Configuration menu - View commit details
-
Copy full SHA for a2389c9 - Browse repository at this point
Copy the full SHA a2389c9View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master