-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It was reported in #158 that `cb psql` was having an issue with line wrapping when text was entered beyond the bounds of the terminal window. It turns out that this issue was related to characters in the prompt being `Colorized`. And it was these bytes of the resulting string that were causing the issue. So, we've simply removed the `Colorize` step associated with this particular output. This does not impact the coloring of the text in the prompt as that's part of the configured `PROMPT1` in the resulting `.psqlrc`. We've also take the opportunity here to update the uri fetching for the `user` role which was missed as part of #162.
- Loading branch information
1 parent
704e6b2
commit 866a8b2
Showing
3 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters