Summary: | Tab character is not printed in last column of output | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | adeiross |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | CC: | cpigat242, ninjalj |
Priority: | NOR | ||
Version: | 2.8.5 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
adeiross
2013-01-07 00:57:28 UTC
Sorry, the example command to reproduce the issue should have quotes: $ echo -e 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\tbbb' Konsole and xterm behavior is correct. See: https://vt100.net/docs/vt102-ug/chapter5.html#T5-2 "HT [...] Moves cursor to next tab stop, or to right margin if there are no more tab stops." and https://vt100.net/docs/vt102-ug/chapter5.html#S5.5.2.8 "NOTE: Regardless of the auto wrap SET-UP feature selection, the tab character never moves the cursor to the next line." |