mirror of
https://github.com/mthenw/frontail.git
synced 2026-04-26 02:05:57 +03:00
[GH-ISSUE #231] Single line updates not showing #153
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/frontail#153
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @EvertEt on GitHub (Mar 10, 2021).
Original GitHub issue: https://github.com/mthenw/frontail/issues/231
When using the following python script and commands, no updates are printed (no progress dots)
Is there a way to get these updates to match the
tail -Fcommand which does show and update the progress dots line?@mthenw commented on GitHub (Mar 17, 2021):
yeah, the thing is that this script doesn't produce new lines. Frontal doesn't react to those changes.
@EvertEt commented on GitHub (Mar 17, 2021):
Thank you for your response. Is this on purpose? Would there be a way or option to enable this to get closer to the real tail behaviour?
@mthenw commented on GitHub (Mar 17, 2021):
It's not on purpose. Assuming that there is always a new line simplifies the implementation. I've never considered changing that behaviour as it would require lots of changes (I guess).