This is an archive of the discontinued Mercurial Phabricator instance.

interactiveui: disable line wrapping
ClosedPublic

Authored by felixmerk on Aug 24 2017, 3:46 PM.
Tags
None
Subscribers

Details

Reviewers
quark
Group Reviewers
Restricted Project
Commits
rFBHGX244fb4fb3e70: interactiveui: disable line wrapping
Summary

Disables line wrapping for interactive ui. This makes sure the line count is
correct and the output is clear.

Diff Detail

Repository
rFBHGX Facebook Mercurial Extensions
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

felixmerk created this revision.Aug 24 2017, 3:46 PM
Herald added a reviewer: Restricted Project. · View Herald TranscriptAug 24 2017, 3:46 PM
quark accepted this revision.Aug 24 2017, 3:49 PM
quark added a subscriber: quark.
quark added inline comments.
hgext3rd/interactiveui.py
126

Worth a comment saying this is curses.tigetstr('rmam')

157

Better to have a flush afterwards.

This revision is now accepted and ready to land.Aug 24 2017, 3:49 PM
felixmerk updated this revision to Diff 1254.Aug 24 2017, 3:58 PM
This revision was automatically updated to reflect the committed changes.