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

add new function to set the position in bytes #754

Merged
merged 2 commits into from
Oct 5, 2017

Conversation

ailin-nemui
Copy link
Contributor

fixes #752

int pos;
const char *ptr;

g_return_if_fail(entry != NULL);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see you're trying to stay consistent with the existing indentation style

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

copy&paste of bad indent. fixed

@ailin-nemui ailin-nemui added the auto-merge This PR is scheduled for merge if no further comments are opened label Sep 21, 2017
@ailin-nemui ailin-nemui merged commit 92dbb18 into irssi:master Oct 5, 2017
@ailin-nemui ailin-nemui deleted the fix-752 branch October 5, 2017 09:31
@ailin-nemui ailin-nemui added this to the 1.1.0 milestone Jun 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-merge This PR is scheduled for merge if no further comments are opened needs review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tab completion miscounts characters
2 participants