-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
small glitch #88
Milestone
Comments
There is another (similar?) issue when running |
zaidhaan
added a commit
to zaidhaan/hwatch
that referenced
this issue
Feb 19, 2023
Changes the space character used for padding and as a last character from the delete character (U+007F) to nbsp (U+00A0). The delete character causes some issues when appended as the last character by in the Watch diff mode (the last character from the date is seen), changing the space character to a nbsp fixes this. Fixes blacknon#88.
as far as I can tell, zaidhaan's PR fixes all observed issues |
Sorry for the late confirmation. |
Marge in version 0.3.10. Close. |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
When in diff-mode, toggling the title line isn't perfect: a single character isn't cleared.
I can trigger it with any of these commands (i.e. run them and than press
t
).$
hwatch -d date +%R
$
hwatch -d echo test
$
hwatch -d echo {0..9}
$
hwatch -d echo {a..z} {A..Z}
The last one needs a small enough terminal width, for example 80 chars.
The text was updated successfully, but these errors were encountered: