Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature add selection begin, end and size. Some changes. #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Oscar65
Copy link
Contributor

@Oscar65 Oscar65 commented Jun 4, 2019

Added selection begin, end and size in status line.
Added char '>' at end of status line when the file name doesn't fit.
Moved file name at end of status line, so when the file name is too long doesn't hide position, size, percentage and selection.
Added clrtoeol after displayLine to clear to end of line because if you load with F3 and file name have chars beyond ASCII,
it leaves these chars as garbage.
Also updated to use clrtoeol to cleanup the line.
fix core dump when file size is 0 (trying to show percentage).

Added selection begin, end and size in status line.
Added char '>' at end of status line when the file name doesn't fit.
Moved file name at end of status line, so when the file name is too long doesn't hide position, size, percentage and selection.
Added clrtoeol after displayLine to clear to end of line because if you load with F3 and file name have chars beyond ASCII,
it leaves these chars as garbage.
Also updated to use clrtoeol to cleanup the line.
fix core dump when file size is 0 (trying to show percentage).
@jospezial jospezial mentioned this pull request Jan 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant